actually set the correct hint for SDL audio driver

issue #2545
This commit is contained in:
tildearrow 2025-06-25 16:46:05 -05:00
parent 6d5d28484f
commit 83f97a794f
2 changed files with 3 additions and 3 deletions

View file

@ -764,7 +764,7 @@ int main(int argc, char** argv) {
#if defined(HAVE_SDL2) && defined(_WIN32) && !defined(SUPPORT_XP)
if (!IsWindows7OrGreater()) {
SDL_SetHint("SDL_HINT_AUDIODRIVER","winmm");
SDL_SetHint(SDL_HINT_AUDIODRIVER,"winmm");
}
#endif