UWP: Fix audio sample rate, savestates, memory leak.
This commit is contained in:
parent
ff2b6b3fca
commit
d58ee6670e
6 changed files with 17 additions and 13 deletions
|
@ -636,7 +636,7 @@ void NativeInitGraphics(GraphicsContext *graphicsContext) {
|
|||
#ifdef _WIN32
|
||||
winAudioBackend = CreateAudioBackend((AudioBackendType)g_Config.iAudioBackend);
|
||||
#if PPSSPP_PLATFORM(UWP)
|
||||
// TODO UWP
|
||||
winAudioBackend->Init(0, &Win32Mix, 44100);
|
||||
#else
|
||||
winAudioBackend->Init(MainWindow::GetHWND(), &Win32Mix, 44100);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue