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/main.h | |
parent | 0a51fe78544daafceadbd5418e406bf11e703851 (diff) |
core: implement basic integrity verification
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 668dbc3b1..1e4f6e477 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -313,6 +313,7 @@ private slots: void OnGameListRemoveFile(u64 program_id, GameListRemoveTarget target, const std::string& game_path); void OnGameListDumpRomFS(u64 program_id, const std::string& game_path, DumpRomFSTarget target); + void OnGameListVerifyIntegrity(const std::string& game_path); void OnGameListCopyTID(u64 program_id); void OnGameListNavigateToGamedbEntry(u64 program_id, const CompatibilityList& compatibility_list); |