android: Add proper homebrew check

This commit is contained in:
Charles Lombardo 2023-06-09 16:11:30 -04:00
parent dbe291a1b2
commit b1b9075f2d
8 changed files with 51 additions and 13 deletions

View file

@ -38,6 +38,8 @@ public:
*/
static FileType IdentifyType(const FileSys::VirtualFile& nro_file);
bool IsHomebrew();
FileType GetFileType() const override {
return IdentifyType(file);
}