Update isleapp.cpp with stub

This commit is contained in:
Lyelye150 2025-10-18 17:53:18 -04:00 committed by GitHub
parent 99193bee37
commit c2316a85bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)