-
Notifications
You must be signed in to change notification settings - Fork 619
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
Custom configuration for each game #632
base: master
Are you sure you want to change the base?
Conversation
Download the artifacts for this pull request: |
could the game title be added to the settings window title if it's a game specific configuration? |
just for your information the bot message with builds auto-updates with new builds after all checks have completed :-) |
I didn't know, thanks for the information. |
…ng the game if it did not exist. Now when starting the game, if a custom setting was created, the current game will be displayed in the settings window. Code cleanup.
hotkeys should now also be read from the global configuration file
…aphic multi-thread. Code cleaning
src/Ryujinx/Utilities/Configuration/ConfigurationState.Migration.cs
Outdated
Show resolved
Hide resolved
src/Ryujinx/Utilities/Configuration/ConfigurationState.Migration.cs
Outdated
Show resolved
Hide resolved
At this stage, this pull request is working, if you run future builds without this function, then other builds do not crash, that is, emulator builds are compatible with each other
|
… or rebooting, when entering the settings menu, a menu for global configuration was displayed.
Added markers to menu for settings related to global settings
Now you can make a separate configuration (independent file) for each game. All emulator settings are available except for control. The configuration file can be changed and deleted from a separate menu. The user configuration menu is available through the context menu
Pull request is in beta. may require revision