Skip to content

Commit

Permalink
quirks: Disable GL scaling for scorched3d (and its client, scorched3dc).
Browse files Browse the repository at this point in the history
Fixes #261.
  • Loading branch information
icculus committed Oct 19, 2022
1 parent c549425 commit b1f9d4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SDL12_compat.c
Expand Up @@ -1209,6 +1209,10 @@ static QuirkEntryType quirks[] = {
/* looks for X11 display and does unnecessary X11 things. Causes problems with SDL2/x11. */
{"fillets", "SDL12COMPAT_ALLOW_SYSWM", "0"},

/* doesn't render with GL scaling enabled */
{"scorched3d", "SDL12COMPAT_OPENGL_SCALING", "0"},
{"scorched3dc", "SDL12COMPAT_OPENGL_SCALING", "0"},

/* The 32-bit Steam build only of Multiwinia Quits but doesn't re-Init */
{"multiwinia.bin.x86", "SDL12COMPAT_NO_QUIT_VIDEO", "1"}
#else
Expand Down

0 comments on commit b1f9d4a

Please sign in to comment.