From 179a134475622d847743afd4ad7af77e03ea2083 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Mon, 19 Jan 2009 10:54:43 +0000 Subject: [PATCH] Memmap: Small comment git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1931 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/HW/MemmapFunctions.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/HW/MemmapFunctions.cpp b/Source/Core/Core/Src/HW/MemmapFunctions.cpp index 4ed0846e7a..a8eb28ebd4 100644 --- a/Source/Core/Core/Src/HW/MemmapFunctions.cpp +++ b/Source/Core/Core/Src/HW/MemmapFunctions.cpp @@ -240,7 +240,8 @@ extern readFn64 hwReadWii64[NUMHWMEMFUN]; // ================================= -// These functions may be called by +/* These functions are primarily called by the Interpreter functions and are routed to the correct + location through ReadFromHardware2 and WriteToHardware2 */ // ---------------- u32 Read_Opcode(const u32 _Address) {