summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWollnashorn <Wollnashorn@users.noreply.github.com>2022-12-30 02:22:57 +0100
committerWollnashorn <Wollnashorn@users.noreply.github.com>2022-12-30 02:32:58 +0100
commit1df5d12b19e5c8e9fd0500a87ddcf5ea570de24c (patch)
tree21313b946cdd7e8a1023d7cc68641a863c6333e4
parentMerge pull request #9423 from vonchenplus/vulkan_quad_strip (diff)
downloadyuzu-1df5d12b19e5c8e9fd0500a87ddcf5ea570de24c.tar
yuzu-1df5d12b19e5c8e9fd0500a87ddcf5ea570de24c.tar.gz
yuzu-1df5d12b19e5c8e9fd0500a87ddcf5ea570de24c.tar.bz2
yuzu-1df5d12b19e5c8e9fd0500a87ddcf5ea570de24c.tar.lz
yuzu-1df5d12b19e5c8e9fd0500a87ddcf5ea570de24c.tar.xz
yuzu-1df5d12b19e5c8e9fd0500a87ddcf5ea570de24c.tar.zst
yuzu-1df5d12b19e5c8e9fd0500a87ddcf5ea570de24c.zip
-rw-r--r--src/yuzu/configuration/config.cpp2
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() {