Skip to content

Commit

Permalink
Update !PFS-BatchKit-Manager.bat
Browse files Browse the repository at this point in the history
- Fixed PS1 ART for APPS TAB
  • Loading branch information
GDX-X committed Oct 17, 2024
1 parent be3701f commit 340f7db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions PFS-BatchKit-Manager/!PFS-BatchKit-Manager.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6119,10 +6119,7 @@ for /f "usebackq tokens=1*" %%A in ("%~dp0TMP\!ARTType!Games.txt") do (
if !ART_NAME2!==!Gameid!_SCR_01 set ART_NAME2=!Gameid!_SCR2

REM FOR OPL APPS
if !OPLAPPSTAB!==Yes (
if !device!==USB set USBPrefix=XX.
set ART_NAME2=!USBPrefix!!Gameid!.!Gamename:~12!.ELF!ART_NAME2:~11!
)
if !OPLAPPSTAB!==Yes (if !device!==USB (set ART_NAME2=XX.!Gamename!.ELF!ART_NAME2:~11!) else (set ART_NAME2=!Gameid!.!Gamename!.ELF!ART_NAME2:~11!))

REM Replace with new ART
if !UpdateOnlyMissingART!==No type nul> "%~dp0TMP\ARTFiles.txt" & del "!HDDPATH!\ART\!ART_NAME2!.png" >nul 2>&1
Expand Down

0 comments on commit 340f7db

Please sign in to comment.