mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 07:57:54 +00:00
android: Add proper homebrew check
This commit is contained in:
parent
dbe291a1b2
commit
b1b9075f2d
8 changed files with 51 additions and 13 deletions
|
@ -38,6 +38,8 @@ public:
|
|||
*/
|
||||
static FileType IdentifyType(const FileSys::VirtualFile& nro_file);
|
||||
|
||||
bool IsHomebrew();
|
||||
|
||||
FileType GetFileType() const override {
|
||||
return IdentifyType(file);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue