The problem is caused by this line ret = plat_sdl_change_video_mode(g_menuscreen_w, g_menuscreen_h, 1); in plat_sdl.c which needs to be commented to bypass the crash, anyway the emulator is not able to run with 320x240 resolution Can somebody help?
The problem is caused by this line
ret = plat_sdl_change_video_mode(g_menuscreen_w, g_menuscreen_h, 1);
in plat_sdl.c
which needs to be commented to bypass the crash, anyway the emulator is not able to run with 320x240 resolution
Can somebody help?