Skip to content

Commit

Permalink
Quirks: Mark of the Ninja (humble bundle) needs OpenGL scaling disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
sulix committed Sep 4, 2023
1 parent e64f78d commit dc9879d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SDL12_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,10 @@ static QuirkEntryType quirks[] = {
{"fillets", "SDL12COMPAT_ALLOW_SYSWM", "0"},
{"fillets", "SDL12COMPAT_COMPATIBILITY_AUDIOCVT", "1"},

/* Mark of the Ninja doesn't work with OpenGL scaling */
{"ninja-bin32", "SDL12COMPAT_OPENGL_SCALING", "0"},
{"ninja-bin64", "SDL12COMPAT_OPENGL_SCALING", "0"},

/* Misuses SDL_AudioCVT */
{"pink-pony", "SDL12COMPAT_COMPATIBILITY_AUDIOCVT", "1"},
{"pink-pony.bin", "SDL12COMPAT_COMPATIBILITY_AUDIOCVT", "1"},
Expand Down

0 comments on commit dc9879d

Please sign in to comment.