mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-20 08:52:51 +00:00
Revert "Avoid caching when HW T&L with morph enabled."
This reverts commit 557eae7ca9b6130a4645e346049940116031b109.
This commit is contained in:
parent
c80510fb3b
commit
b4d99b1981
@ -539,10 +539,6 @@ void TransformDrawEngine::DoFlush() {
|
||||
if (g_Config.bSoftwareSkinning && (lastVType_ & GE_VTYPE_WEIGHT_MASK))
|
||||
useCache = false;
|
||||
|
||||
// Also avoid caching when HW T&L with morph enabled.
|
||||
if (g_Config.bHardwareTransform && !(lastVType_ & GE_VTYPE_MORPHCOUNT_MASK))
|
||||
useCache = false;
|
||||
|
||||
if (useCache) {
|
||||
u32 id = ComputeFastDCID();
|
||||
auto iter = vai_.find(id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user