X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_pollux.c;h=3cf3a9b14846b24aa64a667d18cc616dc0331ea5;hp=012d9eb506239636ac0585564192781cb9bdb64b;hb=7badc9353b9570fd1c67827cfb477cef07974ddb;hpb=6469a8c407ff23af8b7a6218f759b368eec7c339 diff --git a/frontend/plat_pollux.c b/frontend/plat_pollux.c index 012d9eb5..3cf3a9b1 100644 --- a/frontend/plat_pollux.c +++ b/frontend/plat_pollux.c @@ -529,12 +529,6 @@ void plat_init(void) g_menuscreen_h = 240; g_menuscreen_ptr = fb_flip(); - g_menubg_ptr = calloc(320*240*2, 1); - if (g_menubg_ptr == NULL) { - fprintf(stderr, "OOM\n"); - exit(1); - } - warm_ret = warm_init(); have_warm = warm_ret == 0; warm_change_cb_upper(WCB_B_BIT, 1);