mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-18 13:21:16 +00:00
Update isleapp.cpp removed stub and added the version from my pc
This commit is contained in:
parent
c2316a85bb
commit
e825cbae92
@ -81,14 +81,6 @@
|
|||||||
#include "android/config.h"
|
#include "android/config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// i will figure out this someday
|
|
||||||
#ifdef __WUT__
|
|
||||||
int main(int argc, char** argv) {
|
|
||||||
// stub so actions will work
|
|
||||||
return = 0
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DECOMP_SIZE_ASSERT(IsleApp, 0x8c)
|
DECOMP_SIZE_ASSERT(IsleApp, 0x8c)
|
||||||
|
|
||||||
// GLOBAL: ISLE 0x410030
|
// GLOBAL: ISLE 0x410030
|
||||||
@ -301,6 +293,13 @@ void IsleApp::SetupVideoFlags(
|
|||||||
m_videoParam.Flags().Set16Bit(1);
|
m_videoParam.Flags().Set16Bit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// i will figure out how to get this working :/
|
||||||
|
#ifdef __WUT__
|
||||||
|
int main(int argc, char** argv) {
|
||||||
|
void* appstate = nullptr;
|
||||||
|
return SDL_AppInit(&appstate, argc, argv);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv)
|
SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv)
|
||||||
{
|
{
|
||||||
*appstate = NULL;
|
*appstate = NULL;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user