Skip to content

Commit

Permalink
quirks: Add SDL12COMPAT_COMPATIBILITY_AUDIOCVT=1 to "heroes3.dynamic".
Browse files Browse the repository at this point in the history
        (old Loki port of Heroes of Might and Magic III)
  • Loading branch information
twolife committed May 15, 2024
1 parent c140618 commit 6b7d102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SDL12_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,9 @@ static QuirkEntryType quirks[] = {
/* boswars has a bug where SDL_AudioCVT must not require extra buffer space. See Issue #232. */
{"boswars", "SDL12COMPAT_COMPATIBILITY_AUDIOCVT", "1"},

/* Loki HOMM3 */
{"heroes3.dynamic", "SDL12COMPAT_COMPATIBILITY_AUDIOCVT", "1"},

/* grafx2 tries to do all sorts of stuff by talking directly to the X server, causing problems. */
{"grafx2", "SDL12COMPAT_ALLOW_SYSWM", "0"},

Expand Down

0 comments on commit 6b7d102

Please sign in to comment.