Add additional SDVX options

This commit is contained in:
Trenton Zimmer
2025-04-28 12:00:05 -04:00
parent 1a628e9c64
commit 850cdfd88f

View File

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