Memory: create MemorySystem class

This commit is contained in:
Weiyi Wang 2018-11-20 22:38:47 -05:00
parent ab0dba6a8b
commit 6992f76acf
3 changed files with 27 additions and 0 deletions

View file

@ -254,4 +254,8 @@ void RasterizerFlushVirtualRegion(VAddr start, u32 size, FlushMode mode);
/// Gets offset in FCRAM from a pointer inside FCRAM range
u32 GetFCRAMOffset(u8* pointer);
class MemorySystem {
};
} // namespace Memory