mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1354] [CLOSED] Enabled Tracer functionality into cpu debugger menu #473
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/1354
Author: @PugsyMAME
Created: 12/30/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
780cc87Icon For Tracer6713cf7Added Tracer Icon4c6b0abUpdated DebuggerWindow Files for Tracer3d196cfUpdated cpu_core files for tracer10d2a18Changed Tracer call position out of interpreter routine8b95eccAdded new cheat types D8, D9, DC, DD & DE📊 Changes
9 files changed (+169 additions, -28 deletions)
View changed files
📝
src/core/cheats.cpp(+77 -22)📝
src/core/cheats.h(+12 -0)📝
src/core/cpu_core.cpp(+28 -2)📝
src/core/cpu_core.h(+4 -0)📝
src/duckstation-qt/debuggerwindow.cpp(+23 -4)📝
src/duckstation-qt/debuggerwindow.h(+2 -0)📝
src/duckstation-qt/debuggerwindow.ui(+22 -0)➕
src/duckstation-qt/resources/icons/debug-trace.png(+0 -0)📝
src/duckstation-qt/resources/resources.qrc(+1 -0)📄 Description
Added standard slow debugger for users to use
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.