GBA: update to latest dispatch spec

remove ALWAYS_SET_VOLUME
implement macro restart
This commit is contained in:
tildearrow 2024-03-17 15:57:41 -05:00
parent 11e492c897
commit 0a498dc4c4
4 changed files with 8 additions and 11 deletions

View file

@ -247,6 +247,8 @@ const char* cmdName[]={
"ESFM_MODIN",
"ESFM_ENV_DELAY",
"MACRO_RESTART",
"POWERNOISE_COUNTER_LOAD",
"POWERNOISE_IO_WRITE",
@ -256,10 +258,7 @@ const char* cmdName[]={
"DAVE_LOW_PASS",
"DAVE_CLOCK_DIV",
"MACRO_RESTART",
"MINMOD_ECHO",
"ALWAYS_SET_VOLUME"
};
static_assert((sizeof(cmdName)/sizeof(void*))==DIV_CMD_MAX,"update cmdName!");