mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-28 20:47:54 -05:00
dyncom: Get rid of skyeye typedefs
This commit is contained in:
@ -219,7 +219,7 @@ void DisassemblerWidget::OnToggleStartStop() {
|
||||
}
|
||||
|
||||
void DisassemblerWidget::OnDebugModeEntered() {
|
||||
ARMword next_instr = Core::g_app_core->GetPC();
|
||||
u32 next_instr = Core::g_app_core->GetPC();
|
||||
|
||||
if (model->GetBreakPoints().IsAddressBreakPoint(next_instr))
|
||||
emu_thread->SetRunning(false);
|
||||
|
Reference in New Issue
Block a user