Skip to content

Commit

Permalink
Add drive V
Browse files Browse the repository at this point in the history
  • Loading branch information
2secslater authored Oct 23, 2019
1 parent d45707c commit 9377521
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RiiConnect24Patcher.bat
Original file line number Diff line number Diff line change
Expand Up @@ -1795,6 +1795,11 @@ goto sd_u
set /a check=0
if exist U:\apps set /a check=%check%+1
if %check%==1 set sdcard=U
goto sd_v
:sd_v
set /a check=0
if exist V:\apps set /a check=%check%+1
if %check%==1 set sdcard=V
goto sd_w
:sd_w
set /a check=0
Expand Down

0 comments on commit 9377521

Please sign in to comment.