Age | Commit message (Collapse) | Author |
|
fixes some glitching after pre-r14 save load
|
|
should help with potential timer drifting/desyncs.
Also do overflow properly, not at 0xffff
|
|
to be used for interlace emulation
|
|
not quite right but better than before, I hope
|
|
|
|
otherwise would need multiple calls to psxRcntUpdate() to get
overflow irq, but currently psxRcntUpdate() is only called once.
|
|
|
|
we do it in core now
|
|
this removes need to update each gpu plugin when this stuff is changed
|
|
don't know why this is needed (having things like BIAS in mind),
maybe desyncs with cdrom code or SPU?
Tuned this on RE1.
|
|
simplifies event handling code a bit
|
|
makes rcnt1 hack impossible though, overclock PSX instead
|
|
this may cause missed interrupts in very rare cases,
but performance penalty this makes is surely not worth it.
|
|
old value ~1.4 was weird anyway
|
|
no useful work is done on hsync, no reason to interrupt the recompiler
that often, set up events as needed.
|
|
R1 redefined..
|
|
http://www.gp32x.com/board/index.php?/topic/57973-pcsx-rearmed/page__view__findpost__p__952577
|
|
still disable it in some cases (instead of fixing) to avoid
drifting from upstream projects too much.
|
|
|
|
|
|
otherwise glitches happen if certain games are ran in a row.
|
|
|