Skip to content

Instantly share code, notes, and snippets.

@deakcor
Created November 23, 2022 18:45
Show Gist options
  • Save deakcor/c43f44703526db6ea68dca2823cfe3c8 to your computer and use it in GitHub Desktop.
Save deakcor/c43f44703526db6ea68dca2823cfe3c8 to your computer and use it in GitHub Desktop.
Execute Godot executable with the same filename (for switchable graphic issue)
@echo off
setlocal
set DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1
start %~n0.exe
pause > nul
endlocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment