From: chaoskagami Date: Tue, 5 Jul 2016 16:55:32 +0000 (-0400) Subject: Remove bins, consistency X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=9d0531aa269f2a5c7256dc1e896993c99e42b017;p=console%2Fmisc_3ds.git Remove bins, consistency --- diff --git a/ntr_pathhack/ntr_path_patcher-linux32 b/ntr_pathhack/ntr_path_patcher-linux32 deleted file mode 100755 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 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 index 4a341e8..0000000 Binary files a/ntr_pathhack/ntr_path_patcher-win64.exe and /dev/null differ diff --git a/ntr_pathhack/ntr_path_patcher.c b/ntr_pathhack/ntr_path_patcher.c index 27d164d..c48bbad 100644 --- a/ntr_pathhack/ntr_path_patcher.c +++ b/ntr_pathhack/ntr_path_patcher.c @@ -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); }