mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
sound, don't reinitialize after menu if not needed
This commit is contained in:
parent
67c9ba38cb
commit
864ac1d6a6
4 changed files with 44 additions and 23 deletions
|
@ -4,6 +4,7 @@
|
|||
void SN76496Write(int data);
|
||||
void SN76496Update(short *buffer,int length,int stereo);
|
||||
void SN76496Config(int panning);
|
||||
void SN76496_set_clockrate(int clock,int sample_rate);
|
||||
int SN76496_init(int clock,int sample_rate);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue