SI: Implement GBAEmu device

This commit is contained in:
Bonta
2021-07-04 13:15:37 +02:00
parent 9a22ff653f
commit d0f0b4c0e0
9 changed files with 237 additions and 3 deletions

View File

@ -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);