Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronos2308 committed Oct 4, 2021
1 parent d7c528b commit 142f29c
Show file tree
Hide file tree
Showing 2 changed files with 110,609 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
rem comenta esto para desactivar el uso de la nand como root
set USENAND=true
title RipJKAnime_NX
if not exist include\nlohmann\json.hpp (
mkdir include\nlohmann
wget https://github.com/nlohmann/json/blob/develop/single_include/nlohmann/json.hpp -O include/nlohmann/json.hpp
)
pause
make -j20 -C nspmini
make -j20 NSP
set a=%errorlevel%
Expand Down
Loading

0 comments on commit 142f29c

Please sign in to comment.