MacroHLE: Reduce massive calculations on sizing estimation.

This commit is contained in:
Fernando Sahmkow
2022-11-17 16:36:53 +01:00
parent aad0cbf024
commit 18637766ef
9 changed files with 238 additions and 95 deletions

View File

@@ -3092,6 +3092,8 @@ public:
void RefreshParameters();
bool AnyParametersDirty();
u32 GetMaxCurrentVertices();
size_t EstimateIndexBufferSize();