mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 12:22:33 -07: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