mirror of https://git.suyu.dev/suyu/suyu
Update game_list.h
This commit is contained in:
parent
7652009ebb
commit
4f389a21fb
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue