android: Add proper homebrew check
This commit is contained in:
parent
4d395b3b72
commit
72d9dc9a3f
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