Skip to content

Commit

Permalink
critical bug fix for desync mode and fooling
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowseal committed Oct 18, 2024
1 parent af35c40 commit 1a089e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ for /f "tokens=*" %%a in ('type "!selectedFile!"') do (
set "arg=%%i"

if not "!arg!"=="^" (
echo arg: !arg!
if "!arg:~0,2!" EQU "--" if not !mergeargs!==0 (
set "mergeargs=0"
)
Expand Down Expand Up @@ -88,6 +89,10 @@ for /f "tokens=*" %%a in ('type "!selectedFile!"') do (

if "!arg:~0,4!" EQU "--wf" (
set "mergeargs=2"
) else if "!arg!" EQU "--dpi-desync" (
set "mergeargs=2"
) else if "!arg!" EQU "--dpi-desync-fooling" (
set "mergeargs=2"
) else if !mergeargs!==2 (
set "mergeargs=1"
)
Expand Down

0 comments on commit 1a089e4

Please sign in to comment.