mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
8 lines
185 B
C++
8 lines
185 B
C++
#include "Common/OSVersion.h"
|
|
#include "WindowsAudio.h"
|
|
#include "WASAPIContext.h"
|
|
|
|
WindowsAudioBackend *CreateAudioBackend(AudioBackendType type) {
|
|
return new WASAPIAudioBackend();
|
|
}
|