Update game_list.h

This commit is contained in:
Paulo Alfaiate 2024-03-07 04:27:19 +00:00
parent 7652009ebb
commit 4f389a21fb
1 changed files with 0 additions and 6 deletions

View File

@ -50,11 +50,6 @@ enum class GameListRemoveTarget {
CacheStorage, CacheStorage,
}; };
enum class DumpRomFSTarget {
Normal,
SDMC,
};
enum class GameListShortcutTarget { enum class GameListShortcutTarget {
Desktop, Desktop,
Applications, Applications,
@ -115,7 +110,6 @@ signals:
void RemoveFileRequested(u64 program_id, GameListRemoveTarget target, void RemoveFileRequested(u64 program_id, GameListRemoveTarget target,
const std::string& game_path); const std::string& game_path);
void RemovePlayTimeRequested(u64 program_id); void RemovePlayTimeRequested(u64 program_id);
void DumpRomFSRequested(u64 program_id, const std::string& game_path, DumpRomFSTarget target);
void VerifyIntegrityRequested(const std::string& game_path); void VerifyIntegrityRequested(const std::string& game_path);
void CopyTIDRequested(u64 program_id); void CopyTIDRequested(u64 program_id);
void CreateShortcut(u64 program_id, const std::string& game_path, void CreateShortcut(u64 program_id, const std::string& game_path,