Add files via upload

This commit is contained in:
Silica 2018-06-02 05:36:35 -07:00 committed by GitHub
parent 2997bcdd7e
commit b7398acedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,7 @@ int getFileSize(const char *file) {
void main() {
psvDebugScreenInit();
if(vshSblAimgrIsDEX() == 9)
if(vshSblAimgrIsDEX() == 0)
{
printf("This is not a testing kit . . . \n");
get_key();

View File

@ -39,7 +39,6 @@ echo "Building app"
cd app
cmake . && make
mv activate.vpk ../built
mv eboot.bin ../built
make clean
rm -rf ./CMakeFiles