mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 20:47:53 -05:00
android: Add proper homebrew check
This commit is contained in:
@ -38,6 +38,8 @@ public:
|
||||
*/
|
||||
static FileType IdentifyType(const FileSys::VirtualFile& nro_file);
|
||||
|
||||
bool IsHomebrew();
|
||||
|
||||
FileType GetFileType() const override {
|
||||
return IdentifyType(file);
|
||||
}
|
||||
|
Reference in New Issue
Block a user