From 6b7d1022415c66c47aea0931b482d6edd18ade35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Noel?= Date: Wed, 15 May 2024 15:28:37 +0200 Subject: [PATCH] quirks: Add SDL12COMPAT_COMPATIBILITY_AUDIOCVT=1 to "heroes3.dynamic". (old Loki port of Heroes of Might and Magic III) --- src/SDL12_compat.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c index e5f80152b..4383a4ff6 100644 --- a/src/SDL12_compat.c +++ b/src/SDL12_compat.c @@ -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"},