move MapVAddr to Cop0.hpp and no template necessary

This commit is contained in:
CocoSimone
2023-02-19 12:14:39 +01:00
parent 6e3b81655e
commit abc14302cc
3 changed files with 18 additions and 24 deletions

View File

@@ -127,7 +127,4 @@ private:
// return false;
}
};
template <bool tlb = true>
bool MapVAddr(Registers& regs, TLBAccessType accessType, u64 vaddr, u32& paddr);
}