From 4f389a21fbbac47825d11228c29b3002ee91c18a Mon Sep 17 00:00:00 2001 From: Paulo Alfaiate Date: Thu, 7 Mar 2024 04:27:19 +0000 Subject: [PATCH] Update game_list.h --- src/yuzu/game_list.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h index 79f9c7ec0f..418b85b85c 100644 --- a/src/yuzu/game_list.h +++ b/src/yuzu/game_list.h @@ -50,11 +50,6 @@ enum class GameListRemoveTarget { CacheStorage, }; -enum class DumpRomFSTarget { - Normal, - SDMC, -}; - enum class GameListShortcutTarget { Desktop, Applications, @@ -115,7 +110,6 @@ signals: void RemoveFileRequested(u64 program_id, GameListRemoveTarget target, const std::string& game_path); 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 CopyTIDRequested(u64 program_id); void CreateShortcut(u64 program_id, const std::string& game_path,