You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
call :Log"WARN: UAC is disabled (ConsentPromptBehaviorAdmin=0x0)."
141
-
call :Popup"Warning: UAC is disabled. This forces Cemu to run as Administrator, which may break VR functionality. Attempting to launch with reduced permissions.""BetterVR Warning"
141
+
call :Popup"Warning: UAC is disabled. This forces Cemu to run as Administrator, which may break VR functionality.""BetterVR Warning"
142
142
) else (
143
143
call :Log"INFO: UAC is enabled."
144
144
)
145
145
146
-
start"""%CEMU_EXE%"
146
+
:: %~1 captures the title-id of the game
147
+
set"GAME_ID=%~1"
148
+
149
+
if"%GAME_ID%"=="" (
150
+
call :Log"No Title ID provided. Launching Cemu menu."
0 commit comments