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

@@ -516,9 +516,9 @@ Result autolaunchSysmodules(void)
}
// Custom
Result DebugNextApplicationByForce(void)
Result DebugNextApplicationByForce(bool debug)
{
g_debugNextApplication = true;
g_debugNextApplication = debug;
return 0;
}