mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x, configurable pwm irq optimization to reduce pwm irq load
This commit is contained in:
parent
86c16afd45
commit
20d2358ab1
4 changed files with 32 additions and 6 deletions
|
@ -58,6 +58,7 @@ typedef enum
|
|||
MA_OPT2_NO_SPRITE_LIM,
|
||||
MA_OPT2_NO_IDLE_LOOPS,
|
||||
MA_OPT2_OVERCLOCK_M68K,
|
||||
MA_OPT2_PWM_IRQ_OPT,
|
||||
MA_OPT2_DONE,
|
||||
MA_OPT3_SCALE, /* psp (all OPT3) */
|
||||
MA_OPT3_HSCALE32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue