diff options
Diffstat (limited to 'src/yuzu/debugger/console.cpp')
| -rw-r--r-- | src/yuzu/debugger/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/debugger/console.cpp b/src/yuzu/debugger/console.cpp index 320898f6a..207ff4d58 100644 --- a/src/yuzu/debugger/console.cpp +++ b/src/yuzu/debugger/console.cpp | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | #include "common/logging/backend.h" | 11 | #include "common/logging/backend.h" |
| 12 | #include "yuzu/debugger/console.h" | 12 | #include "yuzu/debugger/console.h" |
| 13 | #include "yuzu/ui_settings.h" | 13 | #include "yuzu/uisettings.h" |
| 14 | 14 | ||
| 15 | namespace Debugger { | 15 | namespace Debugger { |
| 16 | void ToggleConsole() { | 16 | void ToggleConsole() { |