Memmap: Small comment
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1931 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4a88f31ddb
commit
179a134475
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue