diff --git a/src/spice2x/launcher/launcher.cpp b/src/spice2x/launcher/launcher.cpp index 8843676..834015c 100644 --- a/src/spice2x/launcher/launcher.cpp +++ b/src/spice2x/launcher/launcher.cpp @@ -1068,7 +1068,7 @@ int main_implementation(int argc, char *argv[]) { // do not explicitly set GRAPHICS_9_ON_12_STATE to default here; must respect // legacy Graphics9On12 option from above if set } - if (options[launcher::Options::NoLegacy].value_bool() && !cfg_run) { + if (options[launcher::Options::NoLegacy].value_bool() && !cfg_run && !cfg::CONFIGURATOR_STANDALONE) { rawinput::NOLEGACY = true; } if (options[launcher::Options::RichPresence].value_bool()) {