mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
SI: Implement GBAEmu device
This commit is contained in:
parent
9a22ff653f
commit
d0f0b4c0e0
9 changed files with 237 additions and 3 deletions
|
@ -68,7 +68,8 @@ void InitSoundStream()
|
|||
|
||||
void PostInitSoundStream()
|
||||
{
|
||||
// This needs to be called after AudioInterface::Init where input sample rates are set
|
||||
// This needs to be called after AudioInterface::Init and SerialInterface::Init (for GBA devices)
|
||||
// where input sample rates are set
|
||||
UpdateSoundStream();
|
||||
SetSoundStreamRunning(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue