texture_cache: Query MemoryManager from the system

This commit is contained in:
Fernando Sahmkow 2019-06-25 17:26:00 -04:00
parent 7565389700
commit 58c8a44e7a
5 changed files with 7 additions and 20 deletions

View file

@ -28,8 +28,6 @@ class RasterizerInterface {
public:
virtual ~RasterizerInterface() {}
virtual void InitMemoryMananger(Tegra::MemoryManager& memory_manager) = 0;
/// Draw the current batch of vertex arrays
virtual void DrawArrays() = 0;