diff options
author | Liam <byteslice@airmail.cc> | 2024-01-02 18:26:53 -0500 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-01-29 20:17:09 -0500 |
commit | 3155f4e96d10904f4a207e465f20fb4b25043f5c (patch) | |
tree | 849388480f5b7bb17f07a259b3f3661eeca99f61 /src/yuzu/game_list.h | |
parent | dfb9fa0144ca79e596f6f2b1bc960b1a44745aa6 (diff) |
am: retrieve main applet creation info from frontend
Diffstat (limited to 'src/yuzu/game_list.h')
-rw-r--r-- | src/yuzu/game_list.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h index 563a3a35b..79f9c7ec0 100644 --- a/src/yuzu/game_list.h +++ b/src/yuzu/game_list.h @@ -106,8 +106,7 @@ public: static const QStringList supported_file_extensions; signals: - void BootGame(const QString& game_path, u64 program_id, std::size_t program_index, - StartGameType type, AmLaunchType launch_type); + void BootGame(const QString& game_path, StartGameType type); void GameChosen(const QString& game_path, const u64 title_id = 0); void OpenFolderRequested(u64 program_id, GameListOpenTarget target, const std::string& game_path); |