mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 06:37:56 -05:00
HLE/FS: Return the proper error codes when opening files.
This commit is contained in:
@ -21,9 +21,9 @@ public:
|
||||
|
||||
/**
|
||||
* Open the file
|
||||
* @return true if the file opened correctly
|
||||
* @return Result of the file operation
|
||||
*/
|
||||
virtual bool Open() = 0;
|
||||
virtual ResultCode Open() = 0;
|
||||
|
||||
/**
|
||||
* Read data from the file
|
||||
|
Reference in New Issue
Block a user