Skip to content

Commit

Permalink
quirks: Add SDL12COMPAT_COMPATIBILITY_AUDIOCVT=1 to "pink-pony".
Browse files Browse the repository at this point in the history
Fixes #259.
  • Loading branch information
icculus committed Nov 19, 2022
1 parent fe0713a commit 8bc4b0e
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 @@ -1219,6 +1219,10 @@ static QuirkEntryType quirks[] = {
{"fillets", "SDL12COMPAT_ALLOW_SYSWM", "0"},
{"fillets", "SDL12COMPAT_COMPATIBILITY_AUDIOCVT", "1"},

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

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

0 comments on commit 8bc4b0e

Please sign in to comment.