[PR #3171] [CLOSED] Renamed Mem Scanner Op Text&added Virtual Address #1712

Open
opened 2026-01-29 19:18:04 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/3171
Author: @PugsyMAME
Created: 4/12/2024
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 2cf4ceb Renamed Mem Scanner Op Text&added Virtual Address
  • fb9e303 Replaced Mem Scanner Op Text with latest English text
  • 5feced2 Rearranged Memory Scanner Operator class
  • 6bb005a Rearranged Memory Scanner Operator class
  • d7a73b5 Memory Scanner line references updates

📊 Changes

19 files changed (+390 additions, -344 deletions)

View changed files

📝 src/core/cheats.h (+12 -12)
📝 src/duckstation-qt/memoryscannerwindow.cpp (+4 -0)
📝 src/duckstation-qt/memoryscannerwindow.ui (+58 -16)
📝 src/duckstation-qt/translations/duckstation-qt_de.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_es-ES.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_es.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_fr.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_he.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_id.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_it.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_ja.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_ko.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_nl.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_pl.ts (+31 -31)
📝 src/duckstation-qt/translations/duckstation-qt_pt-BR.ts (+31 -31)
📝 src/duckstation-qt/translations/duckstation-qt_pt-PT.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_ru.ts (+31 -31)
📝 src/duckstation-qt/translations/duckstation-qt_tr.ts (+16 -16)
📝 src/duckstation-qt/translations/duckstation-qt_zh-CN.ts (+31 -31)

📄 Description

Renamed the Memory Scanner Operator Text for clarity. Replaced '...' with 'Value' and 'Previous' with 'Previous Result'.
Also changed "Any Value" to "Any Value ('New Search' or 'Reset Result Value')", "Any Value" should really be at the top of the index and the Previous Results should come before the other Value operators. But that's a job for another time.

The Virtual Address extra will display the virtual address of DuckStation's PSX RAM so it can be easily edited with the likes of HXD or another tool where the location of the virtual memory needs to be known.


🔄 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/3171 **Author:** [@PugsyMAME](https://github.com/PugsyMAME) **Created:** 4/12/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`2cf4ceb`](https://github.com/stenzek/duckstation/commit/2cf4cebe2f29ab5caa837d233eba4f1cc09d62fe) Renamed Mem Scanner Op Text&added Virtual Address - [`fb9e303`](https://github.com/stenzek/duckstation/commit/fb9e3036353adbe794d4563b0c4ceb137297e1d6) Replaced Mem Scanner Op Text with latest English text - [`5feced2`](https://github.com/stenzek/duckstation/commit/5feced2e08dc4a9e5122d70e6a4beada417600bf) Rearranged Memory Scanner Operator class - [`6bb005a`](https://github.com/stenzek/duckstation/commit/6bb005a8eb23e3e252e8a583a4683b378c328d54) Rearranged Memory Scanner Operator class - [`d7a73b5`](https://github.com/stenzek/duckstation/commit/d7a73b54a36a921ec7a72770cd0dc9150dbbe8c1) Memory Scanner line references updates ### 📊 Changes **19 files changed** (+390 additions, -344 deletions) <details> <summary>View changed files</summary> 📝 `src/core/cheats.h` (+12 -12) 📝 `src/duckstation-qt/memoryscannerwindow.cpp` (+4 -0) 📝 `src/duckstation-qt/memoryscannerwindow.ui` (+58 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_de.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_es-ES.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_es.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_fr.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_he.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_id.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_it.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_ja.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_ko.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_nl.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_pl.ts` (+31 -31) 📝 `src/duckstation-qt/translations/duckstation-qt_pt-BR.ts` (+31 -31) 📝 `src/duckstation-qt/translations/duckstation-qt_pt-PT.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_ru.ts` (+31 -31) 📝 `src/duckstation-qt/translations/duckstation-qt_tr.ts` (+16 -16) 📝 `src/duckstation-qt/translations/duckstation-qt_zh-CN.ts` (+31 -31) </details> ### 📄 Description Renamed the Memory Scanner Operator Text for clarity. Replaced '...' with 'Value' and 'Previous' with 'Previous Result'. Also changed "Any Value" to "Any Value ('New Search' or 'Reset Result Value')", "Any Value" should really be at the top of the index and the Previous Results should come before the other Value operators. But that's a job for another time. The Virtual Address extra will display the virtual address of DuckStation's PSX RAM so it can be easily edited with the likes of HXD or another tool where the location of the virtual memory needs to be known. --- <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:18:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1712