diff --git a/CONFIG/vita/src/app.cpp b/CONFIG/vita/src/app.cpp index 727f8714..c799a6ee 100644 --- a/CONFIG/vita/src/app.cpp +++ b/CONFIG/vita/src/app.cpp @@ -1,6 +1,7 @@ -#define stdarg_before_paf 1 +// clang-format off #include #include +// clang-format on #include #include #include diff --git a/CONFIG/vita/src/main.cpp b/CONFIG/vita/src/main.cpp index 8c333834..f881dd14 100644 --- a/CONFIG/vita/src/main.cpp +++ b/CONFIG/vita/src/main.cpp @@ -1,6 +1,7 @@ -#define stdarg_before_paf 1 +// clang-format off #include #include +// clang-format on #include paf::Framework* g_fw;