From c38f42cb191f11efd905048b47ae4be3e4d7ba28 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Fri, 19 Dec 2025 02:15:56 -0800 Subject: [PATCH] update options text --- 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 b3aad57..c395138 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -2298,7 +2298,7 @@ static const std::vector OPTION_DEFINITIONS = { .desc = "Remember to restart after changing this value.\n\n" "Sets the algorithm used to populate entries to the buffer of controller polls read by the game.\n\n" - "Thread: Starts a thread to periodically insert polls into the buffer (defaults to Backfill if game's refresh rate is at least 120Hz).\n\n" + "Thread (default): Starts a thread to periodically insert polls into the buffer (falls back to Backfill if game's refresh rate is at least 120Hz).\n\n" "Backfill: Fills the buffer on each frame with last known state info at short regular intervals up to the current time, then writes the current state.\n\n" "Only has an effect when emulating P4IO (arkmdxp4.dll)", .type = OptionType::Enum,