mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
RawSPU: protect NPC from writes/reads in running state
This commit is contained in:
parent
fad8b38b28
commit
727d783959
7 changed files with 53 additions and 56 deletions
|
|
@ -1787,7 +1787,6 @@ void spursTasksetDispatch(spu_thread& spu)
|
|||
if (elfAddr & 2)
|
||||
{
|
||||
// TODO: Figure this out
|
||||
spu.status |= SPU_STATUS_STOPPED_BY_STOP;
|
||||
spu_runtime::g_escape(&spu);
|
||||
}
|
||||
|
||||
|
|
@ -1841,7 +1840,6 @@ void spursTasksetDispatch(spu_thread& spu)
|
|||
if (elfAddr & 2)
|
||||
{
|
||||
// TODO: Figure this out
|
||||
spu.status |= SPU_STATUS_STOPPED_BY_STOP;
|
||||
spu_runtime::g_escape(&spu);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue