mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 10:22:25 -07:00
Loader: Add a GetFileType method to get the type of a loaded file
This commit is contained in:
@@ -27,6 +27,14 @@ public:
|
||||
*/
|
||||
static FileType IdentifyType(FileUtil::IOFile& file);
|
||||
|
||||
/**
|
||||
* Returns the type of this file
|
||||
* @return FileType corresponding to the loaded file
|
||||
*/
|
||||
FileType GetFileType() override {
|
||||
return IdentifyType(file);
|
||||
}
|
||||
|
||||
/**
|
||||
* Load the bootable file
|
||||
* @return ResultStatus result of function
|
||||
|
Reference in New Issue
Block a user