From c2316a85bbe6c0be7deaf60c11f63b75c29b44d0 Mon Sep 17 00:00:00 2001 From: Lyelye150 Date: Sat, 18 Oct 2025 17:53:18 -0400 Subject: [PATCH] Update isleapp.cpp with stub --- ISLE/isleapp.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index 6c329509..923e2eb8 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -82,11 +82,12 @@ #endif // i will figure out this someday -// #ifdef __WUT__ -// int main(int argc, char** argv) { -// -// } -// #endif +#ifdef __WUT__ +int main(int argc, char** argv) { + // stub so actions will work + return = 0 +} +#endif DECOMP_SIZE_ASSERT(IsleApp, 0x8c)