initial libretro port

This commit is contained in:
notaz 2013-06-27 03:33:41 +03:00
parent 4c2e35547f
commit 2446536be5
10 changed files with 1537 additions and 32 deletions

View file

@ -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();
}