mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-05 07:59:58 +00:00
Merge pull request #9521 from Wollnashorn/global-only-multiplayer-settings
config: Save multiplayer settings only globally
This commit is contained in:
commit
73167b12b5
1 changed files with 0 additions and 2 deletions
|
@ -941,7 +941,6 @@ void Config::ReadValues() {
|
|||
ReadRendererValues();
|
||||
ReadAudioValues();
|
||||
ReadSystemValues();
|
||||
ReadMultiplayerValues();
|
||||
}
|
||||
|
||||
void Config::SavePlayerValue(std::size_t player_index) {
|
||||
|
@ -1099,7 +1098,6 @@ void Config::SaveValues() {
|
|||
SaveRendererValues();
|
||||
SaveAudioValues();
|
||||
SaveSystemValues();
|
||||
SaveMultiplayerValues();
|
||||
}
|
||||
|
||||
void Config::SaveAudioValues() {
|
||||
|
|
Loading…
Reference in a new issue