thermosphere: fix break/continue (?), fix attach/detach

This commit is contained in:
TuxSH
2020-01-31 01:12:59 +00:00
parent f0b9162d5e
commit 175f16627b
5 changed files with 54 additions and 13 deletions

View File

@@ -38,6 +38,7 @@ typedef struct OutputStringDebugEventInfo {
typedef struct DebugEventInfo {
DebugEventType type;
bool preprocessed;
bool handled;
u32 coreId;
ExceptionStackFrame *frame;