diff options
author | Adam Heinermann <aheinerm@gmail.com> | 2021-11-21 18:02:08 -0800 |
---|---|---|
committer | Adam Heinermann <aheinerm@gmail.com> | 2021-11-21 18:02:08 -0800 |
commit | b7a938e817be3801f2c2c9f1b693ea7d008373b1 (patch) | |
tree | 332095bb199dc2dd5c225cb8867fd59443c86df5 | |
parent | f90d9808378092e208b431f467c54feb6952e91d (diff) |
Apply clang format
-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() { input_subsystem->GetTas()->Reset(); } - void GMainWindow::OnConfigurePerGame() { const u64 title_id = system->GetCurrentProcessProgramID(); OpenPerGameConfiguration(title_id, game_path.toStdString()); |