[PR #3172] [MERGED] Renamed Mem Scanner Op Text&added Virtual Address #1714

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/3172
Author: @PugsyMAME
Created: 4/12/2024
Status: Merged
Merged: 4/13/2024
Merged by: @stenzek

Base: masterHead: master


📝 Commits (6)

  • 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
  • 96dff51 Update src/duckstation-qt/memoryscannerwindow.cpp

📊 Changes

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

View changed files

📝 src/core/cheats.h (+12 -12)
📝 src/duckstation-qt/memoryscannerwindow.cpp (+2 -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')"

Reordered the Memory Scanner Operator Text into a more intuitive order:

Any Value ('New Search' or 'Reset Result Value')
Less Than Previous Result
Less or Equal to Previous Result
Greater Than Previous Result
Greater or Equal to Previous Result
Not Equal to Previous Result (Changed Value)
Equal to Previous Result (Unchanged Value)
Increased By Value
Decreased By Value
Changed By Value
Equal to Value
Not Equal to Value
Greater Than Value
Greater or Equal to Value
Less Than Value
Less or Equal to Value

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/3172 **Author:** [@PugsyMAME](https://github.com/PugsyMAME) **Created:** 4/12/2024 **Status:** ✅ Merged **Merged:** 4/13/2024 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`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 - [`96dff51`](https://github.com/stenzek/duckstation/commit/96dff512371ec8b707d1e660a58c3651d61fa76f) Update src/duckstation-qt/memoryscannerwindow.cpp ### 📊 Changes **19 files changed** (+388 additions, -344 deletions) <details> <summary>View changed files</summary> 📝 `src/core/cheats.h` (+12 -12) 📝 `src/duckstation-qt/memoryscannerwindow.cpp` (+2 -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')" Reordered the Memory Scanner Operator Text into a more intuitive order: Any Value ('New Search' or 'Reset Result Value') Less Than Previous Result Less or Equal to Previous Result Greater Than Previous Result Greater or Equal to Previous Result Not Equal to Previous Result (Changed Value) Equal to Previous Result (Unchanged Value) Increased By Value Decreased By Value Changed By Value Equal to Value Not Equal to Value Greater Than Value Greater or Equal to Value Less Than Value Less or Equal to Value 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#1714