sound, don't reinitialize after menu if not needed

This commit is contained in:
kub 2024-05-18 11:35:22 +02:00
parent 67c9ba38cb
commit 864ac1d6a6
4 changed files with 44 additions and 23 deletions

View file

@ -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