From 6625df980807c67a9f9240044ce5390a1ffe8d24 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Fri, 23 Dec 2016 17:15:39 +0100 Subject: [PATCH] New path for input files: 1:/rw/files9 --- source/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common.h b/source/common.h index e553f51..44102db 100644 --- a/source/common.h +++ b/source/common.h @@ -41,7 +41,7 @@ #define VERSION "0.9.1" // input / output paths -#define INPUT_PATHS "0:", "0:/files9", "0:/Decrypt9" +#define INPUT_PATHS "0:", "0:/files9", "1:/rw/files9" #define OUTPUT_PATH "0:/gm9out" // buffer area defines (in use by godmode.c)