Skip to content
Snippets Groups Projects
Commit 32b4d63a authored by lat9nq's avatar lat9nq
Browse files

config(qt): Fix name of network category

Turns out the network interface is in the Services category. Can't wait
get rid of this whole config.

Addresses yuzu-emu/yuzu/issues/11205
parent 09e265c1
No related branches found
No related tags found
No related merge requests found
......@@ -727,8 +727,7 @@ void Config::ReadMultiplayerValues() {
}
void Config::ReadNetworkValues() {
qt_config->beginGroup(
QString::fromUtf8(Settings::TranslateCategory(Settings::Category::Network)));
qt_config->beginGroup(QString::fromStdString("Services"));
ReadCategory(Settings::Category::Network);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment