This commit is contained in:
dborth 2010-06-23 17:51:26 +00:00
parent 97ba234dfd
commit da2be2798a

View File

@ -378,7 +378,7 @@ main(int argc, char *argv[])
S9xInitSync(); // initialize frame sync
InitFreeType((u8*)font_ttf, font_ttf_size); // Initialize font system
gameScreenPng = (u8 *)malloc(128*1024);
gameScreenPng = (u8 *)malloc(512*1024);
browserList = (BROWSERENTRY *)malloc(sizeof(BROWSERENTRY)*MAX_BROWSER_SIZE);
AllocGfxMem();
InitGUIThreads();