Browse Source

fix not saving oops

pull/3113/head
lizzie 4 weeks ago
parent
commit
b4d0b5806b
  1. 1
      src/yuzu/configuration/configure_per_game.cpp

1
src/yuzu/configuration/configure_per_game.cpp

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

Loading…
Cancel
Save