Memory: move MarkRegionCached into class

This commit is contained in:
Weiyi Wang
2018-12-05 20:21:14 -05:00
parent 2582d64fb3
commit d18cda5a5d
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ static std::vector<VAddr> PhysicalToVirtualAddressForRasterizer(PAddr addr) {
return {};
}
void RasterizerMarkRegionCached(PAddr start, u32 size, bool cached) {
void MemorySystem::RasterizerMarkRegionCached(PAddr start, u32 size, bool cached) {
if (start == 0) {
return;
}