-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Tool for installing keys #233
Conversation
If you give a look to the code, I added two commented sections that may need to be implemented... To set the correct directory where to save the keys: Ryujinx/src/Ryujinx.HLE/FileSystem/ContentManager.cs Lines 478 to 486 in 4f5af0e
To check if the file content is correct: Ryujinx/src/Ryujinx/UI/ViewModels/MainWindowViewModel.cs Lines 1183 to 1195 in 4f5af0e
|
This PR will not be merged until everything that needs to be implemented is. |
Now it's all implemented, if you want to continue with the PR merge |
Please add the locales lines to all the other locale files and not only to |
Can I keep them in english? |
Yes, you're not expected to translate them into each language, just add them in the same place as you put them in |
Okok, I think it would be better if I do it after this PR and also #245 are megrd... I'm planning to fix also all other missing translations that are missing form translation files |
Oh, I hadn't seen them... I'll commit soon missing translations |
Done |
Tested this PR on 3 distros: Fedora 41 Pikaos 4 aka Debian and Cachyos No issues at all with installing keys! Good work! |
Should the "Install Keys" menu item be moved above the "Install Firmware" item, since that is the required order of operations? Might help newbies. |
Tested this on Mac OS 13.6.9 and had no issues installing keys. Tried all 3 methods and in all cases keys were installed into ~ /Library/Application Suppor/Ryujinx/system. |
#232