diff options
Diffstat (limited to 'Source/Core/Common/CommonPaths.h')
| -rw-r--r-- | Source/Core/Common/CommonPaths.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Common/CommonPaths.h b/Source/Core/Common/CommonPaths.h index 55d2a076c5..97213f6448 100644 --- a/Source/Core/Common/CommonPaths.h +++ b/Source/Core/Common/CommonPaths.h @@ -90,7 +90,8 @@ #define WII_SYSCONF "SYSCONF" // Files in the directory returned by GetUserPath(D_DUMP_IDX) -#define RAM_DUMP "ram.raw" +#define MEM1_DUMP "mem1.raw" +#define MEM2_DUMP "mem2.raw" #define ARAM_DUMP "aram.raw" #define FAKEVMEM_DUMP "fakevmem.raw" |
