]> Chaos Git - console/misc_3ds.git/commitdiff
Remove bins, consistency
authorchaoskagami <chaos.kagami@gmail.com>
Tue, 5 Jul 2016 16:55:32 +0000 (12:55 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Tue, 5 Jul 2016 16:55:32 +0000 (12:55 -0400)
ntr_pathhack/ntr_path_patcher-linux32 [deleted file]
ntr_pathhack/ntr_path_patcher-linux64 [deleted file]
ntr_pathhack/ntr_path_patcher-win64.exe [deleted file]
ntr_pathhack/ntr_path_patcher.c

diff --git a/ntr_pathhack/ntr_path_patcher-linux32 b/ntr_pathhack/ntr_path_patcher-linux32
deleted file mode 100755 (executable)
index a769a5b..0000000
Binary files a/ntr_pathhack/ntr_path_patcher-linux32 and /dev/null differ
diff --git a/ntr_pathhack/ntr_path_patcher-linux64 b/ntr_pathhack/ntr_path_patcher-linux64
deleted file mode 100755 (executable)
index e1bad87..0000000
Binary files a/ntr_pathhack/ntr_path_patcher-linux64 and /dev/null differ
diff --git a/ntr_pathhack/ntr_path_patcher-win64.exe b/ntr_pathhack/ntr_path_patcher-win64.exe
deleted file mode 100755 (executable)
index 4a341e8..0000000
Binary files a/ntr_pathhack/ntr_path_patcher-win64.exe and /dev/null differ
index 27d164d1de9f8f2962d0c8e5e58a9aae563a5300..c48bbadcb36ad012aeb84df5f62dda4c79e26926 100644 (file)
@@ -141,7 +141,7 @@ int main(int argc, char** argv) {
     }
 
     if (expand) {
-        FILE* out_fix = fopen("ntr_fixed.bin", "wb");
+        FILE* out_fix = fopen("ntr_patched.bin", "wb");
         fwrite(mem, 1, size + (0x100 * expand), out_fix);
         fclose(out_fix);
     }