mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
fix SDL sound defaulting code
The #if logic was leftover from when OpenAL was the default. Default to SDL sound always instead.
This commit is contained in:
@@ -286,11 +286,7 @@ const int num_opts = sizeof(opts) / sizeof(opts[0]);
|
||||
opts_t::opts_t()
|
||||
{
|
||||
frameSkip = -1;
|
||||
#ifdef __WXMSW__
|
||||
audio_api = AUD_SDL;
|
||||
#elif !defined(NO_OAL) && (defined(__WXMAC__) || defined(__WXGTK__))
|
||||
audio_api = AUD_SDL;
|
||||
#endif
|
||||
#ifndef NO_OGL
|
||||
render_method = RND_OPENGL;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user