diff options
author | Wohlstand <admin@wohlnet.ru> | 2024-08-22 10:19:38 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2024-08-22 10:19:38 +0300 |
commit | 23dc374917acd0d7100c6e9db7ae5333338cee28 (patch) | |
tree | cdfcc2e859abd52b1618da1959db1fb88864d1ee /utils/winmm_drv/config/regconfig.h | |
parent | 5cce67a4b4d59ff1c75697a64e25ac8f5625d87d (diff) | |
download | libADLMIDI-23dc374917acd0d7100c6e9db7ae5333338cee28.tar.gz libADLMIDI-23dc374917acd0d7100c6e9db7ae5333338cee28.tar.bz2 libADLMIDI-23dc374917acd0d7100c6e9db7ae5333338cee28.zip |
WinMM: Added chan-alloc and audio output options
Diffstat (limited to 'utils/winmm_drv/config/regconfig.h')
-rw-r--r-- | utils/winmm_drv/config/regconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/winmm_drv/config/regconfig.h b/utils/winmm_drv/config/regconfig.h index f854d1b..7c49bd6 100644 --- a/utils/winmm_drv/config/regconfig.h +++ b/utils/winmm_drv/config/regconfig.h @@ -25,8 +25,11 @@ typedef struct DriverSettings_t BOOL flagFullBrightness; int volumeModel; + int chanAlloc; int numChips; int num4ops; + + UINT outputDevice; } DriverSettings; extern const WCHAR g_adlSignalMemory[]; |