mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core vdp, avoid rendering if no changes to RAMs/registers
mainly benefits 32X in faster/fastest rendering mode, 0-5% saved
This commit is contained in:
parent
0c9c8e4796
commit
f9ed944604
6 changed files with 48 additions and 11 deletions
|
@ -587,6 +587,8 @@ void PicoFrame32x(void)
|
|||
pcd_prepare_frame();
|
||||
|
||||
PicoFrameStart();
|
||||
if (Pico32xDrawMode != PDM32X_BOTH)
|
||||
Pico.est.rendstatus |= PDRAW_SYNC_NEEDED;
|
||||
PicoFrameHints();
|
||||
|
||||
elprintf(EL_32X, "poll: %02x %02x %02x",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue