cd: fix cycle overflow issue

This commit is contained in:
notaz 2013-10-04 23:24:36 +03:00
parent 5ad7000693
commit a6523294e2
4 changed files with 31 additions and 10 deletions

View file

@ -547,6 +547,9 @@ void PicoFrame32x(void)
p32x_sh2_poll_event(&msh2, SH2_STATE_VPOLL, 0);
p32x_sh2_poll_event(&ssh2, SH2_STATE_VPOLL, 0);
if (PicoAHW & PAHW_MCD)
pcd_prepare_frame();
PicoFrameStart();
PicoFrameHints();
sh2_drc_frame();