mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
SPU: IRET, SN event
This commit is contained in:
parent
64ac6a59c4
commit
d2ddb9882f
6 changed files with 49 additions and 36 deletions
|
|
@ -168,8 +168,6 @@ std::shared_ptr<spu_function_t> SPUDatabase::analyse(const be_t<u32>* ls, u32 en
|
|||
|
||||
if (type == BI || type == IRET) // Branch Indirect
|
||||
{
|
||||
if (type == IRET) LOG_ERROR(SPU, "[0x%05x] Interrupt Return", pos);
|
||||
|
||||
blocks.emplace(start);
|
||||
start = pos + 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue