mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-27 03:26:17 +02:00
core: implement basic integrity verification
This commit is contained in:
parent
d5cac207fb
commit
76671fdede
12 changed files with 220 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue