mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
cd: pcm: tune addr reload
fahrenheit..
This commit is contained in:
parent
f3cb39f29a
commit
021e47b375
3 changed files with 20 additions and 19 deletions
|
@ -447,7 +447,8 @@ typedef struct
|
|||
_scd scd;
|
||||
int pcm_mixbuf[PCM_MIXBUF_LEN * 2];
|
||||
int pcm_mixpos;
|
||||
int pcm_mixbuf_dirty;
|
||||
char pcm_mixbuf_dirty;
|
||||
char pcm_regs_dirty;
|
||||
} mcd_state;
|
||||
|
||||
// XXX: this will need to be reworked for cart+cd support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue