mirror of
https://github.com/stenzek/duckstation.git
synced 2026-04-05 21:50:48 +00:00
[PR #3172] [MERGED] Renamed Mem Scanner Op Text&added Virtual Address #1714
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/3172
Author: @PugsyMAME
Created: 4/12/2024
Status: ✅ Merged
Merged: 4/13/2024
Merged by: @stenzek
Base:
master← Head:master📝 Commits (6)
2cf4cebRenamed Mem Scanner Op Text&added Virtual Addressfb9e303Replaced Mem Scanner Op Text with latest English text5feced2Rearranged Memory Scanner Operator class6bb005aRearranged Memory Scanner Operator classd7a73b5Memory Scanner line references updates96dff51Update 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.