mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
3c52570552
Delete sample load, hook things up. It now builds but doesn't run Reformat, add an event
9 lines
183 B
C
9 lines
183 B
C
#pragma once
|
|
|
|
#include "Common/CommonWindows.h"
|
|
#include "Core/Config.h"
|
|
#include "Windows/DSoundStream.h"
|
|
|
|
// Factory
|
|
WindowsAudioBackend *CreateAudioBackend(AudioBackendType type);
|