mirror of
https://github.com/dborth/fceugx.git
synced 2025-02-03 19:02:34 +01:00
add missing malloc
This commit is contained in:
parent
3ccd494bbb
commit
ace152d883
@ -344,6 +344,7 @@ int main(int argc, char *argv[])
|
|||||||
InitialiseAudio();
|
InitialiseAudio();
|
||||||
InitFreeType((u8*)font_ttf, font_ttf_size); // Initialize font system
|
InitFreeType((u8*)font_ttf, font_ttf_size); // Initialize font system
|
||||||
gameScreenPng = (u8 *)malloc(512*1024);
|
gameScreenPng = (u8 *)malloc(512*1024);
|
||||||
|
browserList = (BROWSERENTRY *)malloc(sizeof(BROWSERENTRY)*MAX_BROWSER_SIZE);
|
||||||
InitGUIThreads();
|
InitGUIThreads();
|
||||||
|
|
||||||
// allocate memory to store rom
|
// allocate memory to store rom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user