mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-13 03:31:22 +00:00
g3
This commit is contained in:
parent
c0ff1e8fe3
commit
0060c4ea2c
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ namespace Cosmos.IL2CPU {
|
|||
if (CmdOptions.ContainsKey("UseGen3Kernel")) {
|
||||
xTask.UseGen3Kernel = Convert.ToBoolean(CmdOptions["UseGen3Kernel".ToLower()]);
|
||||
}
|
||||
|
||||
xTask.DebugEnabled = Convert.ToBoolean(CmdOptions["DebugEnabled".ToLower()]);
|
||||
logMessage("Loaded : DebugEnabled");
|
||||
xTask.StackCorruptionDetectionEnabled =
|
||||
|
|
|
|||
Loading…
Reference in a new issue