mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
More refactoring. Add the AudioBackend interface
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "SDL_keyboard.h"
|
||||
#endif
|
||||
|
||||
#include "Common/Audio/AudioBackend.h"
|
||||
#include "Common/System/NativeApp.h"
|
||||
#include "Common/System/Request.h"
|
||||
#include "Common/GPU/OpenGL/GLFeatures.h"
|
||||
@@ -444,6 +445,11 @@ void System_LaunchUrl(LaunchUrlType urlType, const char *url)
|
||||
QDesktopServices::openUrl(QUrl(url));
|
||||
}
|
||||
|
||||
AudioBackend *System_CreateAudioBackend() {
|
||||
// Use legacy mechanisms.
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
static int mainInternal(QApplication &a) {
|
||||
#ifdef MOBILE_DEVICE
|
||||
emugl = new MainUI();
|
||||
|
||||
Reference in New Issue
Block a user