mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 03:23:34 +00:00
texture_cache: Query MemoryManager from the system
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user