HLE/FS: Return the proper error codes when opening files.

This commit is contained in:
Subv
2015-12-28 10:17:06 -05:00
parent 802ef6d099
commit 95b34f8081
7 changed files with 43 additions and 28 deletions

View File

@ -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