mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
This commit is contained in:
parent
97ba234dfd
commit
da2be2798a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user