mirror of
https://github.com/trudnai/Steve2.git
synced 2026-04-26 04:18:06 +00:00
- Attempt to do better disassembly scroll syncchronization
- main.sync replaced to .async to avoid invalid opcode error
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user