mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
msvc: remove some remnants of SDL and DSound from projects and general cleanup.
This commit is contained in:
@ -11,6 +11,10 @@
|
||||
|
||||
#if defined HAVE_OPENAL && HAVE_OPENAL
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma comment(lib, "openal32.lib")
|
||||
#endif
|
||||
|
||||
static soundtouch::SoundTouch soundTouch;
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user