Force RGB flag to fix AMD for now

This commit is contained in:
NepDisk 2026-02-21 22:50:04 -05:00
parent 28cd3e079d
commit ba7a28cb65

View file

@ -192,6 +192,7 @@ static const char *fallback_resolution_name = "Fallback";
static bool Impl_RenderContextCreate(void)
{
SDL_GL_ResetAttributes();
SDL_SetHint("SDL_HINT_OPENGL_FORCE_SRGB_FRAMEBUFFER", "0");
if (rendermode != render_opengl)
{