diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 73278f29f..42ee310cc 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -2845,7 +2845,6 @@ void GMainWindow::OnTasReset() { | |||
| 2845 | input_subsystem->GetTas()->Reset(); | 2845 | input_subsystem->GetTas()->Reset(); |
| 2846 | } | 2846 | } |
| 2847 | 2847 | ||
| 2848 | |||
| 2849 | void GMainWindow::OnConfigurePerGame() { | 2848 | void GMainWindow::OnConfigurePerGame() { |
| 2850 | const u64 title_id = system->GetCurrentProcessProgramID(); | 2849 | const u64 title_id = system->GetCurrentProcessProgramID(); |
| 2851 | OpenPerGameConfiguration(title_id, game_path.toStdString()); | 2850 | OpenPerGameConfiguration(title_id, game_path.toStdString()); |