This commit is contained in:
dborth 2010-07-11 23:19:09 +00:00
parent 2301ce3e45
commit 12341db1ed

View File

@ -428,7 +428,8 @@ main(int argc, char *argv[])
setGFX ();
if (!S9xGraphicsInit ())
ExitApp();
AllocGfxMem();
S9xInitSync(); // initialize frame sync
InitFreeType((u8*)font_ttf, font_ttf_size); // Initialize font system
#ifdef HW_RVL
@ -438,7 +439,6 @@ main(int argc, char *argv[])
savebuffer = (unsigned char *)malloc(SAVEBUFFERSIZE);
browserList = (BROWSERENTRY *)malloc(sizeof(BROWSERENTRY)*MAX_BROWSER_SIZE);
#endif
AllocGfxMem();
InitGUIThreads();
while (1) // main loop