mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Delay as sas core for p3da
This commit is contained in:
parent
b10e2bce3c
commit
ecec358d06
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue