mirror of
https://github.com/libretro/mgba.git
synced 2025-03-04 05:29:20 +00:00
Qt: Switch default AudioProcessor to SDL
This commit is contained in:
parent
03d2b3312e
commit
a1808a2387
@ -38,10 +38,10 @@ AudioProcessor* AudioProcessor::create() {
|
||||
#endif
|
||||
|
||||
default:
|
||||
#ifdef BUILD_QT_MULTIMEDIA
|
||||
return new AudioProcessorQt();
|
||||
#else
|
||||
#ifdef BUILD_SDL
|
||||
return new AudioProcessorSDL();
|
||||
#else
|
||||
return new AudioProcessorQt();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user