Add global volume command

This commit is contained in:
cam900 2024-02-11 17:28:17 +09:00 committed by tildearrow
parent 9d19a1735a
commit 153ceea3bd
3 changed files with 11 additions and 1 deletions

View file

@ -47,6 +47,7 @@ class DivPlatformNDS: public DivDispatch, public nds_sound_intf {
DivDispatchOscBuffer* oscBuf[16];
bool isMuted[16];
bool isDSi;
int globalVolume;
unsigned int sampleOff[256];
bool sampleLoaded[256];