Force RGB flag to fix AMD for now
This commit is contained in:
parent
28cd3e079d
commit
ba7a28cb65
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue