mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Fixup for #10779
This commit is contained in:
parent
b40ed5bdb7
commit
ad6a72e369
3 changed files with 9 additions and 12 deletions
|
|
@ -506,9 +506,10 @@ struct ppu_far_jumps_t
|
|||
|
||||
u32 ppu_get_far_jump(u32 pc)
|
||||
{
|
||||
g_fxo->init<ppu_far_jumps_t>();
|
||||
return g_fxo->get<const ppu_far_jumps_t>().get_target(pc);
|
||||
}
|
||||
|
||||
|
||||
static bool ppu_far_jump(ppu_thread& ppu)
|
||||
{
|
||||
ppu.cia = g_fxo->get<const ppu_far_jumps_t>().get_target(ppu.cia);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue