Filter non-executable files out of the game list.

This commit is contained in:
Steveice10 2019-09-07 01:52:18 -07:00
parent 4bc22aa350
commit 5cf684c951
4 changed files with 26 additions and 0 deletions

View file

@ -41,6 +41,8 @@ public:
*/
std::pair<std::optional<u32>, ResultStatus> LoadKernelSystemMode() override;
ResultStatus IsExecutable(bool& out_executable) override;
ResultStatus ReadCode(std::vector<u8>& buffer) override;
ResultStatus ReadIcon(std::vector<u8>& buffer) override;