diff options
| author | 2021-11-21 18:02:08 -0800 | |
|---|---|---|
| committer | 2021-11-21 18:02:08 -0800 | |
| commit | b7a938e817be3801f2c2c9f1b693ea7d008373b1 (patch) | |
| tree | 332095bb199dc2dd5c225cb8867fd59443c86df5 /src | |
| parent | Added TAS controls to the menu under Tools (diff) | |
| download | yuzu-b7a938e817be3801f2c2c9f1b693ea7d008373b1.tar.gz yuzu-b7a938e817be3801f2c2c9f1b693ea7d008373b1.tar.xz yuzu-b7a938e817be3801f2c2c9f1b693ea7d008373b1.zip | |
Apply clang format
Diffstat (limited to '')
| -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()); |