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() { void main() {
psvDebugScreenInit(); psvDebugScreenInit();
if(vshSblAimgrIsDEX() == 9) if(vshSblAimgrIsDEX() == 0)
{ {
printf("This is not a testing kit . . . \n"); printf("This is not a testing kit . . . \n");
get_key(); get_key();

View File

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