hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.09k stars 2.16k forks source link

SDL OpenGL: enable fallback to Vulkan #19462

Closed hrydgard closed 1 week ago

hrydgard commented 1 week ago

If OpenGL init fails, correctly insta-fallback to Vulkan.

Also some minor cleanup and logger fixes

Fixes #19454