begin debugger work

This commit is contained in:
CocoSimone
2022-08-26 23:01:05 +02:00
parent 477e8b7884
commit 631b864641
7 changed files with 216 additions and 744 deletions

View File

@@ -141,4 +141,5 @@ ImDrawData* Window::Present(n64::Core& core) {
void Window::Render(n64::Core& core) {
MainMenuBar(core);
DebuggerWindow(core);
}