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
|
@ -917,6 +917,7 @@ int PicoVideoFIFOHint(void);
|
|||
void PicoVideoFIFOMode(int active, int h40);
|
||||
int PicoVideoFIFOWrite(int count, int byte_p, unsigned sr_mask, unsigned sr_flags);
|
||||
void PicoVideoInit(void);
|
||||
void PicoVideoSync(int skip);
|
||||
void PicoVideoSave(void);
|
||||
void PicoVideoLoad(void);
|
||||
void PicoVideoCacheSAT(int load);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue