diff options
| author | 2014-06-16 18:03:13 -0400 | |
|---|---|---|
| committer | 2014-06-16 18:03:13 -0400 | |
| commit | 0aca202ae936d3fccbab34f36d9246e0598849a5 (patch) | |
| tree | fff4a16ed505ebddcc3048cf734db0237839d338 /src/citra_qt/main.cpp | |
| parent | Loader: Added stubbed detection of CXI and CCI files. (diff) | |
| download | yuzu-0aca202ae936d3fccbab34f36d9246e0598849a5.tar.gz yuzu-0aca202ae936d3fccbab34f36d9246e0598849a5.tar.xz yuzu-0aca202ae936d3fccbab34f36d9246e0598849a5.zip | |
Loader: Moved elf and loader modules to a "loader" subdirectory.
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 087716c01..cff0b6a2a 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -23,9 +23,10 @@ | |||
| 23 | #include "debugger/graphics_cmdlists.hxx" | 23 | #include "debugger/graphics_cmdlists.hxx" |
| 24 | 24 | ||
| 25 | #include "core/system.h" | 25 | #include "core/system.h" |
| 26 | #include "core/loader.h" | ||
| 27 | #include "core/core.h" | 26 | #include "core/core.h" |
| 27 | #include "core/loader/loader.h" | ||
| 28 | #include "core/arm/disassembler/load_symbol_map.h" | 28 | #include "core/arm/disassembler/load_symbol_map.h" |
| 29 | |||
| 29 | #include "version.h" | 30 | #include "version.h" |
| 30 | 31 | ||
| 31 | 32 | ||