Created
November 23, 2022 18:45
-
-
Save deakcor/c43f44703526db6ea68dca2823cfe3c8 to your computer and use it in GitHub Desktop.
Execute Godot executable with the same filename (for switchable graphic issue)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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