OPN: FMS/AMS effects

This commit is contained in:
tildearrow 2025-05-21 15:10:47 -05:00
parent 78fb9c4df5
commit 7210187df5
7 changed files with 61 additions and 1 deletions

View file

@ -311,7 +311,11 @@ const char* cmdName[]={
"WS_GLOBAL_SPEAKER_VOLUME",
"FM_ALG"
"FM_ALG",
"FM_FMS",
"FM_AMS",
"FM_FMS2",
"FM_AMS2"
};
static_assert((sizeof(cmdName)/sizeof(void*))==DIV_CMD_MAX,"update cmdName!");