MacroHLE: Add HLE replacement for base vertex and base instance.
This commit is contained in:
committed by
Feng Chen
parent
661d20f2e7
commit
5f0bb935c4
@@ -118,7 +118,8 @@ public:
|
||||
|
||||
PTEKind GetPageKind(GPUVAddr gpu_addr) const;
|
||||
|
||||
size_t GetMemoryLayoutSize(GPUVAddr gpu_addr) const;
|
||||
size_t GetMemoryLayoutSize(GPUVAddr gpu_addr,
|
||||
size_t max_size = std::numeric_limits<size_t>::max()) const;
|
||||
|
||||
private:
|
||||
template <bool is_big_pages, typename FuncMapped, typename FuncReserved, typename FuncUnmapped>
|
||||
|
||||
Reference in New Issue
Block a user