diff options
author | Liam <byteslice@airmail.cc> | 2023-09-06 01:06:03 -0400 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-09-06 16:49:27 -0400 |
commit | 716e0a126a22cfdeeaad6204f236324429345d2e (patch) | |
tree | 52765c887393b85518ab99f27a07e6da12ad1e3d /src/yuzu/game_list.h | |
parent | 0a51fe78544daafceadbd5418e406bf11e703851 (diff) |
core: implement basic integrity verification
Diffstat (limited to 'src/yuzu/game_list.h')
-rw-r--r-- | src/yuzu/game_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h index 6c2f75e53..8aea646b2 100644 --- a/src/yuzu/game_list.h +++ b/src/yuzu/game_list.h @@ -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); |