mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Skipped the ZCompLoc pass if the result can be determined at compile time. Brings back the speed lost by r146b02615c07.
This commit is contained in:
@ -54,6 +54,7 @@ public:
|
||||
static void SetColorMatrix(const float* pmatrix);
|
||||
static void InvalidateXFRange(int start, int end);
|
||||
static void SetMaterialColorChanged(int index);
|
||||
static ALPHA_PRETEST_RESULT AlphaPreTest();
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user