diff options
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: | |||
| 113 | void RemoveFileRequested(u64 program_id, GameListRemoveTarget target, | 113 | void RemoveFileRequested(u64 program_id, GameListRemoveTarget target, |
| 114 | const std::string& game_path); | 114 | const std::string& game_path); |
| 115 | void DumpRomFSRequested(u64 program_id, const std::string& game_path, DumpRomFSTarget target); | 115 | void DumpRomFSRequested(u64 program_id, const std::string& game_path, DumpRomFSTarget target); |
| 116 | void VerifyIntegrityRequested(const std::string& game_path); | ||
| 116 | void CopyTIDRequested(u64 program_id); | 117 | void CopyTIDRequested(u64 program_id); |
| 117 | void CreateShortcut(u64 program_id, const std::string& game_path, | 118 | void CreateShortcut(u64 program_id, const std::string& game_path, |
| 118 | GameListShortcutTarget target); | 119 | GameListShortcutTarget target); |