mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-05-29 00:21:34 +08:00
8 lines
159 B
C++
8 lines
159 B
C++
#include "Common/OSVersion.h"
|
|
#include "WindowsAudio.h"
|
|
#include "WASAPIContext.h"
|
|
|
|
AudioBackend *System_CreateAudioBackend() {
|
|
return new WASAPIContext();
|
|
}
|