mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
AGI: Improve debug output
This commit is contained in:
parent
7a21929e08
commit
34a1d7aaaa
@ -345,7 +345,7 @@ void SoundGen2GS::advanceMidiPlayer() {
|
||||
case MIDI_PITCH_WHEEL:
|
||||
parm1 = *p++;
|
||||
parm2 = *p++;
|
||||
debugC(3, kDebugLevelSound, "channel %X: pitch wheel (unimplemented)", chn);
|
||||
debugC(3, kDebugLevelSound, "channel %X: pitch wheel (unimplemented) %02X, %02X", chn, parm1, parm2);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user