Added a check for hs.app before processing

This commit is contained in:
d0k3 2015-11-08 16:21:25 +01:00
parent 69ff2beff3
commit 677264a6c6

2
go.bat
View file

@ -1,3 +1,3 @@
@echo off @echo off
for %%x in (input\*.cia) do call tools\process.bat %%x input\hs.app if exist input\hs.app (for %%x in (input\*.cia) do call tools\process.bat %%x input\hs.app) else (echo [!] hs.app not found, use Decrypt9 to dump it on your 3DS)
pause pause