mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 13:52:32 -07: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