mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 07:28:00 -05:00
FileSys: remove Open from FileBackend
Same as directory, file shouldn't expose Open either.
This commit is contained in:
@ -18,12 +18,6 @@ public:
|
||||
FileBackend() {}
|
||||
virtual ~FileBackend() {}
|
||||
|
||||
/**
|
||||
* Open the file
|
||||
* @return Result of the file operation
|
||||
*/
|
||||
virtual ResultCode Open() = 0;
|
||||
|
||||
/**
|
||||
* Read data from the file
|
||||
* @param offset Offset in bytes to start reading data from
|
||||
|
Reference in New Issue
Block a user