Parcourir la source

Merge pull request #9521 from Wollnashorn/global-only-multiplayer-settings

config: Save multiplayer settings only globally
Narr the Reg il y a 3 ans
Parent
commit
73167b12b5
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/yuzu/configuration/config.cpp

+ 0 - 2
src/yuzu/configuration/config.cpp

@@ -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() {