diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2022-12-30 05:22:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-30 05:22:48 +0100 |
commit | 73167b12b5d2320f241ae2e221c43bd76ada14ac (patch) | |
tree | 21313b946cdd7e8a1023d7cc68641a863c6333e4 | |
parent | Merge pull request #9423 from vonchenplus/vulkan_quad_strip (diff) | |
parent | config: Save multiplayer settings only globally (diff) | |
download | yuzu-73167b12b5d2320f241ae2e221c43bd76ada14ac.tar yuzu-73167b12b5d2320f241ae2e221c43bd76ada14ac.tar.gz yuzu-73167b12b5d2320f241ae2e221c43bd76ada14ac.tar.bz2 yuzu-73167b12b5d2320f241ae2e221c43bd76ada14ac.tar.lz yuzu-73167b12b5d2320f241ae2e221c43bd76ada14ac.tar.xz yuzu-73167b12b5d2320f241ae2e221c43bd76ada14ac.tar.zst yuzu-73167b12b5d2320f241ae2e221c43bd76ada14ac.zip |
-rw-r--r-- | src/yuzu/configuration/config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/configuration/config.cpp b/src/yuzu/configuration/config.cpp index 2ea4f367b..3e51426c8 100644 --- a/src/yuzu/configuration/config.cpp +++ b/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() { |