update options text

This commit is contained in:
bicarus-dev
2025-12-19 02:15:56 -08:00
parent 42d8bbc92f
commit c38f42cb19
+1 -1
View File
@@ -2298,7 +2298,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
.desc = .desc =
"Remember to restart after changing this value.\n\n" "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" "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" "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)", "Only has an effect when emulating P4IO (arkmdxp4.dll)",
.type = OptionType::Enum, .type = OptionType::Enum,