mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
msvc: remove some remnants of SDL and DSound from projects and general cleanup.
This commit is contained in:
parent
eb08fb5095
commit
266992684d
15 changed files with 69 additions and 66 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
#if defined HAVE_OPENAL && HAVE_OPENAL
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma comment(lib, "openal32.lib")
|
||||
#endif
|
||||
|
||||
static soundtouch::SoundTouch soundTouch;
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue