[PR #1325] [MERGED] Fixed Pattern found address in Debugger Search #450

Closed
opened 2026-01-29 19:07:59 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1325
Author: @PugsyMAME
Created: 12/27/2020
Status: Merged
Merged: 12/27/2020
Merged by: @stenzek

Base: masterHead: master


📝 Commits (1)

  • 67f6bd2 Fixed Pattern found address in Debugger Search

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/duckstation-qt/debuggerwindow.cpp (+2 -2)

📄 Description

"Pattern found at 0x%1" was passing a decimal value to %1 instead of a hexadecimal one


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/1325 **Author:** [@PugsyMAME](https://github.com/PugsyMAME) **Created:** 12/27/2020 **Status:** ✅ Merged **Merged:** 12/27/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`67f6bd2`](https://github.com/stenzek/duckstation/commit/67f6bd2bcb26b72fe7fed0ae2cf47a0b0be72095) Fixed Pattern found address in Debugger Search ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/duckstation-qt/debuggerwindow.cpp` (+2 -2) </details> ### 📄 Description "Pattern found at 0x%1" was passing a decimal value to %1 instead of a hexadecimal one --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:07:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#450