mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
initial libretro port
This commit is contained in:
parent
4c2e35547f
commit
2446536be5
10 changed files with 1537 additions and 32 deletions
|
@ -220,6 +220,9 @@ void PicoLoopPrepare(void)
|
|||
// FIXME: PAL has 313 scanlines..
|
||||
scanlines_total = Pico.m.pal ? 312 : 262;
|
||||
|
||||
Pico.m.dirtyPal = 1;
|
||||
rendstatus_old = -1;
|
||||
|
||||
if (PicoAHW & PAHW_32X)
|
||||
p32x_timers_recalc();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue