- Attempt to do better disassembly scroll syncchronization

- main.sync replaced to .async to avoid invalid opcode error
This commit is contained in:
tudnai
2022-10-31 17:43:43 -07:00
parent 04fc99eb93
commit bd8403ee64
5 changed files with 126 additions and 25 deletions
+3
View File
@@ -143,6 +143,7 @@ class DebuggerWindowController: NSWindowController, NSWindowDelegate {
}
// TODO: Update Screen and speaker etc
ViewController.current?.Update()
}
@@ -154,6 +155,7 @@ class DebuggerWindowController: NSWindowController, NSWindowDelegate {
}
// TODO: Update Screen and speaker etc
ViewController.current?.Update()
}
@@ -179,6 +181,7 @@ class DebuggerWindowController: NSWindowController, NSWindowDelegate {
}
// TODO: Update Screen and speaker etc
ViewController.current?.Update()
}