mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-14 23:00:04 +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
@ -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 New Issue
Block a user