diff options
| author | gnisman <gleb.nisman@gmail.com> | 2023-05-07 17:36:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-07 14:36:44 +0000 |
| commit | dde208b480f3e2aeb0e3abc15857d031ceb22bf4 (patch) | |
| tree | a1678181c7a0454bfeaa557457e3e3d0b07703a3 /src/Ryujinx.Ava/Assets | |
| parent | 4c3d2d5d75c46a522d55c0a3ae6820255294517c (diff) | |
UI: Expose games build ID for cheat management (#4340)
* Ava UI: Expose games build ID for cheat management
* Fix bad merge
* Change integrity check level to error on invalid
* Add support for GDK
* Remove whitespace
* Add BID identifier
* PR Comments fix
* Restore title id in cheats GTK window
* use halign center instead of margin_left
* Merge
* fix after merge
* PR comments fix - design AVA
* PR fix - Move GetApplicationBuildId to ApplicationData class
* PR comment fix - Add empty line before method
* Align with PR #4755
* PR comments fix
* Change BuildId label to support translation
* Comments fix
* Remove unused BuildIdLabel property
Diffstat (limited to 'src/Ryujinx.Ava/Assets')
| -rw-r--r-- | src/Ryujinx.Ava/Assets/Locales/en_US.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Ryujinx.Ava/Assets/Locales/en_US.json b/src/Ryujinx.Ava/Assets/Locales/en_US.json index 965dfa3a..c9b10f54 100644 --- a/src/Ryujinx.Ava/Assets/Locales/en_US.json +++ b/src/Ryujinx.Ava/Assets/Locales/en_US.json @@ -590,6 +590,7 @@ "DlcWindowTitle": "Manage Downloadable Content for {0} ({1})", "UpdateWindowTitle": "Title Update Manager", "CheatWindowHeading": "Cheats Available for {0} [{1}]", + "BuildId": "BuildId:", "DlcWindowHeading": "{0} Downloadable Content(s)", "UserProfilesEditProfile": "Edit Selected", "Cancel": "Cancel", |
