From 4d658bf273d2c223f3e350021d9e4835be28f03b Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:35:32 -0700 Subject: [PATCH] Intel SDE is not an override --- src/spice2x/launcher/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index a9c417e..27258c1 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -1135,7 +1135,7 @@ static const std::vector OPTION_DEFINITIONS = { .category = "Path Overrides", }, { - .title = "Intel SDE Folder Override", + .title = "Intel SDE Folder", .name = "sde", .desc = "Path to Intel SDE kit path for automatic attaching", .type = OptionType::Text,