housekeeping

This commit is contained in:
scawful
2024-05-24 21:34:36 -04:00
parent d91f10e6ea
commit 85bd48eafa
3 changed files with 5 additions and 8 deletions

View File

@@ -264,6 +264,10 @@ void Emulator::HandleEvents() {
}
void Emulator::RenderBreakpointList() {
if (ImGui::Button("Set SPC PC")) {
snes_.apu().spc700().PC = 0xFFEF;
}
Separator();
Text("Breakpoints");
Separator();
static char breakpoint_input[10] = "";