mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
SPU MFC: Implement MFC_SDCRZ_CMD
This commit is contained in:
parent
1a8fb61373
commit
81684919f5
4 changed files with 48 additions and 7 deletions
|
|
@ -50,6 +50,12 @@ bool spu_thread::read_reg(const u32 addr, u32& value)
|
|||
|
||||
switch (cmd.cmd)
|
||||
{
|
||||
case MFC_SDCRT_CMD:
|
||||
case MFC_SDCRTST_CMD:
|
||||
{
|
||||
value = MFC_PPU_DMA_CMD_ENQUEUE_SUCCESSFUL;
|
||||
return true;
|
||||
}
|
||||
case MFC_SNDSIG_CMD:
|
||||
case MFC_SNDSIGB_CMD:
|
||||
case MFC_SNDSIGF_CMD:
|
||||
|
|
@ -77,6 +83,7 @@ bool spu_thread::read_reg(const u32 addr, u32& value)
|
|||
case MFC_GETS_CMD:
|
||||
case MFC_GETBS_CMD:
|
||||
case MFC_GETFS_CMD:
|
||||
case MFC_SDCRZ_CMD:
|
||||
{
|
||||
if (cmd.size)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue