Browse Source

Remove unnecessary line

pull/2996/head
MaranBr 4 months ago
parent
commit
2c2efb2653
  1. 1
      src/yuzu/configuration/configure_debug.cpp

1
src/yuzu/configuration/configure_debug.cpp

@ -75,7 +75,6 @@ void ConfigureDebug::SetConfiguration() {
ui->disable_loop_safety_checks->setChecked(Settings::values.disable_shader_loop_safety_checks.GetValue());
ui->extended_logging->setChecked(Settings::values.extended_logging.GetValue());
ui->perform_vulkan_check->setChecked(Settings::values.perform_vulkan_check.GetValue());
#ifdef YUZU_USE_QT_WEB_ENGINE
ui->disable_web_applet->setChecked(Settings::values.disable_web_applet.GetValue());
#else

Loading…
Cancel
Save