mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 11:39:21 +01:00
This commit is contained in:
parent
97ba234dfd
commit
da2be2798a
@ -378,7 +378,7 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
S9xInitSync(); // initialize frame sync
|
S9xInitSync(); // initialize frame sync
|
||||||
InitFreeType((u8*)font_ttf, font_ttf_size); // Initialize font system
|
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);
|
browserList = (BROWSERENTRY *)malloc(sizeof(BROWSERENTRY)*MAX_BROWSER_SIZE);
|
||||||
AllocGfxMem();
|
AllocGfxMem();
|
||||||
InitGUIThreads();
|
InitGUIThreads();
|
||||||
|
Loading…
Reference in New Issue
Block a user