diff options
| author | 2023-11-07 02:32:19 +0000 | |
|---|---|---|
| committer | 2023-11-07 02:32:19 +0000 | |
| commit | 8d0d0e1c7a95858dc5eaffe0eb0484815b491d9d (patch) | |
| tree | e7253a03b62ba98deb469efeb811322dce74927b | |
| parent | modified: src/yuzu/main.cpp (diff) | |
| download | yuzu-8d0d0e1c7a95858dc5eaffe0eb0484815b491d9d.tar.gz yuzu-8d0d0e1c7a95858dc5eaffe0eb0484815b491d9d.tar.xz yuzu-8d0d0e1c7a95858dc5eaffe0eb0484815b491d9d.zip | |
Fixed clang
Diffstat (limited to '')
| -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 |