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
|
#endif
|
||||||
|
|
||||||
default:
|
default:
|
||||||
#ifdef BUILD_QT_MULTIMEDIA
|
#ifdef BUILD_SDL
|
||||||
return new AudioProcessorQt();
|
|
||||||
#else
|
|
||||||
return new AudioProcessorSDL();
|
return new AudioProcessorSDL();
|
||||||
|
#else
|
||||||
|
return new AudioProcessorQt();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user