diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 6b6feb1e6..2402ea6f5 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -4,13 +4,14 @@ | |||
| 4 | #include <cinttypes> | 4 | #include <cinttypes> |
| 5 | #include <clocale> | 5 | #include <clocale> |
| 6 | #include <cmath> | 6 | #include <cmath> |
| 7 | #include <format> | ||
| 7 | #include <fstream> | 8 | #include <fstream> |
| 8 | #include <iostream> | 9 | #include <iostream> |
| 9 | #include <memory> | 10 | #include <memory> |
| 10 | #include <thread> | 11 | #include <thread> |
| 11 | #include <format> | ||
| 12 | #include "core/loader/nca.h" | 12 | #include "core/loader/nca.h" |
| 13 | #include "core/tools/renderdoc.h" | 13 | #include "core/tools/renderdoc.h" |
| 14 | |||
| 14 | #ifdef __APPLE__ | 15 | #ifdef __APPLE__ |
| 15 | #include <unistd.h> // for chdir | 16 | #include <unistd.h> // for chdir |
| 16 | #endif | 17 | #endif |
| @@ -5331,4 +5332,4 @@ int main(int argc, char* argv[]) { | |||
| 5331 | int result = app.exec(); | 5332 | int result = app.exec(); |
| 5332 | detached_tasks.WaitForAllTasks(); | 5333 | detached_tasks.WaitForAllTasks(); |
| 5333 | return result; | 5334 | return result; |
| 5334 | } | 5335 | } \ No newline at end of file |