mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
audio: fixes and optimizations for SSG-EG
This commit is contained in:
parent
09b96f9940
commit
1dbda5f894
3 changed files with 153 additions and 46 deletions
|
@ -153,6 +153,7 @@ typedef struct
|
|||
FM_OPN OPN; /* OPN state */
|
||||
|
||||
UINT32 slot_mask; /* active slot mask (performance hack) */
|
||||
UINT32 ssg_mask; /* active ssg mask (performance hack) */
|
||||
} YM2612;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue