Browse Source

Fix

pull/3623/head
John 2 weeks ago
committed by crueter
parent
commit
7882c86b52
  1. 1
      src/yuzu/configuration/configure_per_game.cpp

1
src/yuzu/configuration/configure_per_game.cpp

@ -111,6 +111,7 @@ void ConfigurePerGame::ApplyConfiguration() {
addons_tab->ApplyConfiguration(); addons_tab->ApplyConfiguration();
input_tab->ApplyConfiguration(); input_tab->ApplyConfiguration();
network_tab->ApplyConfiguration(); network_tab->ApplyConfiguration();
applets_tab->ApplyConfiguration();
if (Settings::IsDockedMode() && Settings::values.players.GetValue()[0].controller_type == if (Settings::IsDockedMode() && Settings::values.players.GetValue()[0].controller_type ==
Settings::ControllerType::Handheld) { Settings::ControllerType::Handheld) {

Loading…
Cancel
Save