MacroHLE: Reduce massive calculations on sizing estimation.

This commit is contained in:
Fernando Sahmkow 2022-11-17 16:36:53 +01:00
parent 7842543573
commit 12a76465b9
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();