Add portable tracked Godot launcher
This commit is contained in:
5
run-godot.cmd
Normal file
5
run-godot.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
REM Default windowed launch follows SYSTEM4, exposes TITLE's shipped developer menu,
|
||||
REM and uses the accepted GPU retained renderer. Performance logging is opt-in again.
|
||||
REM -StartupDiagnostics overrides the developer-menu flag for a native-faithful capture.
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0run-godot.ps1" -NativeDebugMenu %*
|
||||
Reference in New Issue
Block a user