From 2ff0486335b615af5f2d90ae29f5494ee84d2c00 Mon Sep 17 00:00:00 2001 From: booto Date: Thu, 11 Apr 2019 01:50:52 -0400 Subject: Debugger/Memory: Add support for address spaces Different address spaces can be chosen in the memory view panel. * Effective (or virtual): Probably the view people mostly want. Address translation goes through MMU. * Auxiliary: ARAM address space. Does not display anything in Wii mode. * Physical: Physical address space. Only supports mem1 and mem2 (wii mode) so far. --- Source/Core/Common/FileUtil.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Core/Common/FileUtil.h') diff --git a/Source/Core/Common/FileUtil.h b/Source/Core/Common/FileUtil.h index 68d6921cdb..dadee2ae23 100644 --- a/Source/Core/Common/FileUtil.h +++ b/Source/Core/Common/FileUtil.h @@ -59,7 +59,8 @@ enum F_DEBUGGERCONFIG_IDX, F_LOGGERCONFIG_IDX, F_MAINLOG_IDX, - F_RAMDUMP_IDX, + F_MEM1DUMP_IDX, + F_MEM2DUMP_IDX, F_ARAMDUMP_IDX, F_FAKEVMEMDUMP_IDX, F_GCSRAM_IDX, -- cgit v1.2.3