From 7dbbe9809e96897b2657cfc382ae4b8331707572 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sat, 2 May 2026 02:49:30 -0700 Subject: [PATCH] update iidx tt delay option text --- src/spice2x/launcher/options.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index c6f3dcc..5d96f19 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -657,9 +657,9 @@ static const std::vector OPTION_DEFINITIONS = { }, { // IIDXTTDelayP1 - .title = "IIDX TT Delay Frames (Player 1)", + .title = "IIDX TT Delay Window (Player 1)", .name = "iidxttdelayp1", - .desc = "Delays turntable input by number of poll frames. Heavily dependent on what I/O emulation is in use! " + .desc = "Delays turntable by number of input polls. Duration is heavily dependent on what I/O emulation is in use. " "As usual, changing any option requires a restart. Default: 0 (no delay).", .type = OptionType::Integer, .game_name = "Beatmania IIDX", @@ -667,9 +667,9 @@ static const std::vector OPTION_DEFINITIONS = { }, { // IIDXTTDelayP2 - .title = "IIDX TT Delay Frames (Player 2)", + .title = "IIDX TT Delay Window (Player 2)", .name = "iidxttdelayp2", - .desc = "Delays turntable input by number of poll frames. Heavily dependent on what I/O emulation is in use! " + .desc = "Delays turntable by number of input polls. Duration is heavily dependent on what I/O emulation is in use. " "As usual, changing any option requires a restart. Default: 0 (no delay).", .type = OptionType::Integer, .game_name = "Beatmania IIDX",