aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ava/Assets
diff options
context:
space:
mode:
authorNico <Nico.Reinartz@rwth-aachen.de>2023-05-06 15:35:46 +0200
committerGitHub <noreply@github.com>2023-05-06 15:35:46 +0200
commit4c3d2d5d75c46a522d55c0a3ae6820255294517c (patch)
tree7e483befb9218f86fc6a00dec51d5afef36f55d7 /src/Ryujinx.Ava/Assets
parentfab11ba3f1fec3e3827a8350791d76d2fcd50173 (diff)
UI: Add progress bar for re-packaging shaders (#4805)
* feat: introduce new shader loading state for progress tracking when writing shaders to disk * fix: move translation to bottom of locale file * fix: change back to foreach and add requested spacing between lines * style: fix formatting Co-authored-by: gdkchan <gab.dark.100@gmail.com> --------- Co-authored-by: gdkchan <gab.dark.100@gmail.com>
Diffstat (limited to 'src/Ryujinx.Ava/Assets')
-rw-r--r--src/Ryujinx.Ava/Assets/Locales/en_US.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Ryujinx.Ava/Assets/Locales/en_US.json b/src/Ryujinx.Ava/Assets/Locales/en_US.json
index 617cad34..965dfa3a 100644
--- a/src/Ryujinx.Ava/Assets/Locales/en_US.json
+++ b/src/Ryujinx.Ava/Assets/Locales/en_US.json
@@ -644,5 +644,6 @@
"UserEditorTitleCreate" : "Create User",
"SettingsTabNetworkInterface": "Network Interface:",
"NetworkInterfaceTooltip": "The network interface used for LAN features",
- "NetworkInterfaceDefault": "Default"
+ "NetworkInterfaceDefault": "Default",
+ "PackagingShaders": "Packaging Shaders"
}