mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-03 16:21:46 +00:00
Added WinGDK check for Unreal Engine games
This commit is contained in:
@@ -260,6 +260,18 @@ if exist Win64 (
|
||||
set dlssFile=%%F
|
||||
goto fileFound
|
||||
)
|
||||
) else (
|
||||
if exist WinGDK (
|
||||
echo.
|
||||
echo Going to root folder of Unreal Engine game and searching again
|
||||
cd ..
|
||||
cd ..
|
||||
|
||||
for /f "delims=" %%F in ('dir /s /b %fileToSearch% 2^>nul') do (
|
||||
set dlssFile=%%F
|
||||
goto fileFound
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
:fileNotFound
|
||||
|
||||
Reference in New Issue
Block a user