mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
Move mixer construction to AudioCommon.cpp.
This commit is contained in:
parent
aac4206664
commit
102ea55f20
4 changed files with 9 additions and 10 deletions
|
@ -14,7 +14,7 @@ extern SoundStream *soundStream;
|
|||
|
||||
namespace AudioCommon
|
||||
{
|
||||
SoundStream *InitSoundStream(CMixer *mixer, void *hWnd);
|
||||
SoundStream *InitSoundStream(void *hWnd);
|
||||
void ShutdownSoundStream();
|
||||
std::vector<std::string> GetSoundBackends();
|
||||
bool UseJIT();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue