delay condensation and nop removal

This commit is contained in:
tildearrow 2025-04-03 17:04:34 -05:00
parent 491a361392
commit c110f87548
2 changed files with 158 additions and 6 deletions

View file

@ -121,6 +121,7 @@ bool DivCSPlayer::tick() {
stream.readC();
break;
case 0xf1: // nop
break;
case 0xf7:
command=stream.readC();
break;