mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-15 14:40:20 +00:00
Merge pull request #3929 from raven02/patch-10
Delay as sas core for sceP3daBridgeCore
This commit is contained in:
commit
2f2e1460b8
@ -59,7 +59,8 @@ u32 sceP3daBridgeCore(u32 p3daCoreAddr, u32 channelsNum, u32 samplesNum, u32 inp
|
||||
}
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
// same as sas core
|
||||
return hleDelayResult(0, "p3da core", 240);
|
||||
}
|
||||
|
||||
const HLEFunction sceP3da[] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user