mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-04 09:45:23 +01:00
citra_qt: Fixed desktop shortcuts incorrectly including -g
This argument has a new meaning since the frontend merge, and is no longer needed in this instance
This commit is contained in:
parent
08605cc5df
commit
3e02c29225
@ -2061,7 +2061,7 @@ void GMainWindow::OnGameListCreateShortcut(u64 program_id, const std::string& ga
|
|||||||
}
|
}
|
||||||
#endif // __linux__
|
#endif // __linux__
|
||||||
// Create shortcut
|
// Create shortcut
|
||||||
std::string arguments = fmt::format("-g \"{:s}\"", game_path);
|
std::string arguments = fmt::format("\"{:s}\"", game_path);
|
||||||
if (CreateShortcutMessagesGUI(this, CREATE_SHORTCUT_MSGBOX_FULLSCREEN_PROMPT, qt_game_title)) {
|
if (CreateShortcutMessagesGUI(this, CREATE_SHORTCUT_MSGBOX_FULLSCREEN_PROMPT, qt_game_title)) {
|
||||||
arguments = "-f " + arguments;
|
arguments = "-f " + arguments;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user