diff options
| author | 2016-12-15 19:01:48 -0500 | |
|---|---|---|
| committer | 2016-12-21 23:29:13 -0500 | |
| commit | 232ef55c1a13552e5ba8b72d61d1d072f5851598 (patch) | |
| tree | 729ee82ded58202888a2c27bdc3beec6ab926768 /src/citra_qt/configure_graphics.cpp | |
| parent | file_util: Remove unused paths. (diff) | |
| download | yuzu-232ef55c1a13552e5ba8b72d61d1d072f5851598.tar.gz yuzu-232ef55c1a13552e5ba8b72d61d1d072f5851598.tar.xz yuzu-232ef55c1a13552e5ba8b72d61d1d072f5851598.zip | |
core: Consolidate core and system state, remove system module & cleanups.
Diffstat (limited to 'src/citra_qt/configure_graphics.cpp')
| -rw-r--r-- | src/citra_qt/configure_graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/configure_graphics.cpp b/src/citra_qt/configure_graphics.cpp index 1e6f7f880..cea7db388 100644 --- a/src/citra_qt/configure_graphics.cpp +++ b/src/citra_qt/configure_graphics.cpp | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "citra_qt/configure_graphics.h" | 5 | #include "citra_qt/configure_graphics.h" |
| 6 | #include "core/core.h" | ||
| 6 | #include "core/settings.h" | 7 | #include "core/settings.h" |
| 7 | #include "core/system.h" | ||
| 8 | #include "ui_configure_graphics.h" | 8 | #include "ui_configure_graphics.h" |
| 9 | 9 | ||
| 10 | ConfigureGraphics::ConfigureGraphics(QWidget* parent) | 10 | ConfigureGraphics::ConfigureGraphics(QWidget* parent) |