Merge remote-tracking branch 'upstream/master' into macro

This commit is contained in:
cam900 2022-04-10 16:34:23 +09:00
commit 68cf969600
11 changed files with 118 additions and 13 deletions

View file

@ -132,6 +132,9 @@ const char* DivPlatformArcade::getEffectName(unsigned char effect) {
case 0x1f:
return "1Fxx: Set PM depth (0 to 7F)";
break;
case 0x30:
return "30xx: Toggle hard envelope reset on new notes";
break;
}
return NULL;
}