mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x, improve poll detection
This commit is contained in:
parent
3368c27707
commit
bd07808352
6 changed files with 17 additions and 4 deletions
|
@ -4417,6 +4417,7 @@ static void REGPARM(2) *sh2_translate(SH2 *sh2, int tcache_id)
|
|||
EMITH_HINT_COND(DCOND_EQ);
|
||||
emith_subf_r_r_imm(tmp, tmp2, 1);
|
||||
emith_set_t_cond(sr, DCOND_EQ);
|
||||
emith_or_r_imm(sr, SH2_NO_POLLING);
|
||||
goto end_op;
|
||||
}
|
||||
goto default_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue