Filter non-executable files out of the game list.
This commit is contained in:
parent
4bc22aa350
commit
5cf684c951
4 changed files with 26 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue