Failed attempt w/ next app

This commit is contained in:
TuxSH
2019-06-14 01:32:50 +02:00
parent 84c5cf0661
commit d989c45c3d
9 changed files with 36 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ void pmDbgHandleCommands(void *ctx)
cmdbuf[4] = pid;
break;
case 0x101:
cmdbuf[1] = DebugNextApplicationByForce();
cmdbuf[1] = DebugNextApplicationByForce(cmdbuf[1] != 0);
cmdbuf[0] = IPC_MakeHeader(0x101, 1, 0);
break;
case 0x102: