From 1a2ecdd92f4f8e3f7573f2f76819ec52225aa411 Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:04:14 +0200 Subject: [PATCH] order again --- CONFIG/vita/src/app.cpp | 3 ++- CONFIG/vita/src/main.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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;