mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-05 02:07:55 -05:00
core: implement basic integrity verification
This commit is contained in:
@ -113,6 +113,7 @@ signals:
|
||||
void RemoveFileRequested(u64 program_id, GameListRemoveTarget target,
|
||||
const std::string& game_path);
|
||||
void DumpRomFSRequested(u64 program_id, const std::string& game_path, DumpRomFSTarget target);
|
||||
void VerifyIntegrityRequested(const std::string& game_path);
|
||||
void CopyTIDRequested(u64 program_id);
|
||||
void CreateShortcut(u64 program_id, const std::string& game_path,
|
||||
GameListShortcutTarget target);
|
||||
|
Reference in New Issue
Block a user