Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
timemaster5 opened this issue Sep 19, 2018 · 2 comments

Comments

@timemaster5
Copy link

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
Copy link
Author

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

@ltpitt
Copy link

ltpitt commented Mar 19, 2023

Hi all!

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

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants