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