diff options
| author | 2023-06-09 16:11:30 -0400 | |
|---|---|---|
| committer | 2023-06-09 20:17:51 -0400 | |
| commit | 72d9dc9a3f63b314cea7b166b6f81000e20a14c3 (patch) | |
| tree | 476bf4480df3a9f650dfe939356d51f12a7e6203 /src/core/loader/nro.h | |
| parent | Merge pull request #10614 from xcfrg/shader-backend-status-bar (diff) | |
| download | yuzu-72d9dc9a3f63b314cea7b166b6f81000e20a14c3.tar.gz yuzu-72d9dc9a3f63b314cea7b166b6f81000e20a14c3.tar.xz yuzu-72d9dc9a3f63b314cea7b166b6f81000e20a14c3.zip | |
android: Add proper homebrew check
Diffstat (limited to 'src/core/loader/nro.h')
| -rw-r--r-- | src/core/loader/nro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/loader/nro.h b/src/core/loader/nro.h index ccb77b581..8de6eebc6 100644 --- a/src/core/loader/nro.h +++ b/src/core/loader/nro.h | |||
| @@ -38,6 +38,8 @@ public: | |||
| 38 | */ | 38 | */ |
| 39 | static FileType IdentifyType(const FileSys::VirtualFile& nro_file); | 39 | static FileType IdentifyType(const FileSys::VirtualFile& nro_file); |
| 40 | 40 | ||
| 41 | bool IsHomebrew(); | ||
| 42 | |||
| 41 | FileType GetFileType() const override { | 43 | FileType GetFileType() const override { |
| 42 | return IdentifyType(file); | 44 | return IdentifyType(file); |
| 43 | } | 45 | } |