mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
texture_cache: Query MemoryManager from the system
This commit is contained in:
parent
ee6be4831a
commit
10e30eb735
5 changed files with 7 additions and 20 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue