notaz / libpicofe

3 stars 18 forks source link

Application (pcsx-rearmed) crash on rpi zero with 320x240 dpi display #4

Open timemaster5 opened 6 years ago

timemaster5 commented 6 years ago

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?

timemaster5 commented 6 years ago

Ok this is caused by commit ID 17def48f1f0eeedb1f97f9392c0f5c82cb838e65 Raspberry Pi zero with this display configuration does not support SDL_DOUBLEBUF..

ltpitt commented 1 year ago

Hi all!

I am still having this issue today... Does anyone have a solution / workaround?

Thanks!