We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
Ok this is caused by commit ID 17def48 Raspberry Pi zero with this display configuration does not support SDL_DOUBLEBUF..
Sorry, something went wrong.
Hi all!
I am still having this issue today... Does anyone have a solution / workaround?
Thanks!
No branches or pull requests
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 text was updated successfully, but these errors were encountered: