mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 08:39:51 +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);
|