mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
SCI: Add help for debuglevel command
This commit is contained in:
parent
1ac8533b1f
commit
ddcf204bd0
@ -332,6 +332,7 @@ bool Console::cmdHelp(int argc, const char **argv) {
|
||||
debugPrintf("debugflag_list - Lists the available debug flags and their status\n");
|
||||
debugPrintf("debugflag_enable - Enables a debug flag\n");
|
||||
debugPrintf("debugflag_disable - Disables a debug flag\n");
|
||||
debugPrintf("debuglevel - Shows or sets debug level\n");
|
||||
debugPrintf("\n");
|
||||
debugPrintf("Commands\n");
|
||||
debugPrintf("--------\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user