mirror of
https://github.com/stenzek/duckstation.git
synced 2026-04-05 21:50:48 +00:00
[PR #3171] [CLOSED] Renamed Mem Scanner Op Text&added Virtual Address #1712
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/3171
Author: @PugsyMAME
Created: 4/12/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
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 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.