From 850cdfd88f34e5de611458bdc8378e3754ddfcad Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Mon, 28 Apr 2025 12:00:05 -0400 Subject: [PATCH] Add additional SDVX options --- src/constants/gameOptions/sdvxOptions.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/constants/gameOptions/sdvxOptions.js b/src/constants/gameOptions/sdvxOptions.js index f24bf05..ec6a549 100644 --- a/src/constants/gameOptions/sdvxOptions.js +++ b/src/constants/gameOptions/sdvxOptions.js @@ -207,6 +207,18 @@ export const SDVXOptions = { help: "Saves time in game, no waiting.", type: "Boolean", }, + { + id: "submonitor_vsync_enable", + name: "Enable sub-screen VSYNC", + help: "May cause performance issues when not running arcade hardware.", + type: "Boolean", + }, + { + id: "use_cuda_video_presenter", + name: "Enable CUDA engine", + help: "May cause performance issues when not running arcade hardware.", + type: "Boolean", + }, { id: "force_unlock_songs", name: "Force Unlock Songs",