mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
cd: fix cycle overflow issue
This commit is contained in:
parent
5ad7000693
commit
a6523294e2
4 changed files with 31 additions and 10 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue