mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
citra_qt: ask for confirmation when changing games from the game list (#6186)
Co-authored-by: nobody <nobody>
This commit is contained in:
parent
bb05d8c12a
commit
a76ef97f15
@ -1320,7 +1320,9 @@ void GMainWindow::UpdateSaveStates() {
|
||||
}
|
||||
|
||||
void GMainWindow::OnGameListLoadFile(QString game_path) {
|
||||
BootGame(game_path);
|
||||
if (ConfirmChangeGame()) {
|
||||
BootGame(game_path);
|
||||
}
|
||||
}
|
||||
|
||||
void GMainWindow::OnGameListOpenFolder(u64 data_id, GameListOpenTarget target) {
|
||||
|
Loading…
Reference in New Issue
Block a user