mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
clean up for release
This commit is contained in:
@@ -156,6 +156,28 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
||||
.category = "Network (Advanced)",
|
||||
.sensitive = true,
|
||||
},
|
||||
{
|
||||
// AutoPinMacroTrigger0
|
||||
.title = "Player 1 PIN Macro Auto Trigger on Log",
|
||||
.name = "autopinmacrotrigger0",
|
||||
.desc =
|
||||
"Substring matched against game log output to detect when Player 1's PIN entry "
|
||||
"screen is ready. When the substring appears in any log line, the PIN macro is "
|
||||
"typed for Player 1 only. Leave blank to disable auto-trigger for P1.",
|
||||
.type = OptionType::Text,
|
||||
.category = "Network (Advanced)",
|
||||
},
|
||||
{
|
||||
// AutoPinMacroTrigger1
|
||||
.title = "Player 2 PIN Macro Auto Trigger on Log",
|
||||
.name = "autopinmacrotrigger1",
|
||||
.desc =
|
||||
"Substring matched against game log output to detect when Player 2's PIN entry "
|
||||
"screen is ready. When the substring appears in any log line, the PIN macro is "
|
||||
"typed for Player 2 only. Leave blank to disable auto-trigger for P2.",
|
||||
.type = OptionType::Text,
|
||||
.category = "Network (Advanced)",
|
||||
},
|
||||
{
|
||||
.title = "Windowed Mode",
|
||||
.name = "w",
|
||||
@@ -2490,28 +2512,6 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
||||
{"both", ""},
|
||||
},
|
||||
},
|
||||
{
|
||||
// AutoPinMacroTrigger0
|
||||
.title = "Auto PIN Macro Trigger Log String (P1)",
|
||||
.name = "autopinmacrotrigger0",
|
||||
.desc =
|
||||
"Substring matched against game log output to detect when Player 1's PIN entry "
|
||||
"screen is ready. When the substring appears in any log line, the PIN macro is "
|
||||
"typed for Player 1 only. Leave blank to disable auto-trigger for P1.",
|
||||
.type = OptionType::Text,
|
||||
.category = "Network (Advanced)",
|
||||
},
|
||||
{
|
||||
// AutoPinMacroTrigger1
|
||||
.title = "Auto PIN Macro Trigger Log String (P2)",
|
||||
.name = "autopinmacrotrigger1",
|
||||
.desc =
|
||||
"Substring matched against game log output to detect when Player 2's PIN entry "
|
||||
"screen is ready. When the substring appears in any log line, the PIN macro is "
|
||||
"typed for Player 2 only. Leave blank to disable auto-trigger for P2.",
|
||||
.type = OptionType::Text,
|
||||
.category = "Network (Advanced)",
|
||||
},
|
||||
{
|
||||
// spice2x_LowLatencySharedAudio
|
||||
.title = "Low Latency Shared Audio",
|
||||
|
||||
Reference in New Issue
Block a user