From da2be2798adcbe546bb1745dc663b19752caa85b Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 23 Jun 2010 17:51:26 +0000 Subject: [PATCH] --- source/snes9xgx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/snes9xgx.cpp b/source/snes9xgx.cpp index de4a633..8b79a3a 100644 --- a/source/snes9xgx.cpp +++ b/source/snes9xgx.cpp @@ -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();