mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
am: retrieve main applet creation info from frontend
This commit is contained in:
parent
6925b78bd5
commit
1a51a1281c
11 changed files with 143 additions and 79 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue