mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-30 23:12:40 +00:00
Satisfy the dynamic loader function presence check again.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5618 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9ed6d98e2c
commit
6b872bb81c
1 changed files with 4 additions and 0 deletions
|
@ -196,6 +196,10 @@ void Initialize(void *init)
|
||||||
CDSPHandler::CreateInstance();
|
CDSPHandler::CreateInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void DSP_StopSoundStream()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void Shutdown()
|
void Shutdown()
|
||||||
{
|
{
|
||||||
AudioCommon::ShutdownSoundStream();
|
AudioCommon::ShutdownSoundStream();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue