Revert Buffer cache changes and setup additional macros.

This commit is contained in:
Fernando Sahmkow
2022-11-18 00:21:13 +01:00
parent 18637766ef
commit ce448ce770
7 changed files with 179 additions and 128 deletions

View File

@ -18,6 +18,7 @@ public:
virtual void CallMultiMethod(u32 method, const u32* base_start, u32 amount,
u32 methods_pending) = 0;
bool current_dirty{};
GPUVAddr current_dma_segment;
};