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",