mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
8 lines
164 B
C++
8 lines
164 B
C++
#include "Common/OSVersion.h"
|
|
#include "WindowsAudio.h"
|
|
#include "WASAPIContext.h"
|
|
|
|
AudioBackend *System_CreateAudioBackend() {
|
|
return new WASAPIAudioBackend();
|
|
}
|