mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 08:09:51 +00:00
Adjust DIRTY_ALL_UNIFORMS to match the new reality.
This commit is contained in:
parent
9e78e681ad
commit
4151fc5250
@ -92,7 +92,7 @@ enum : uint64_t {
|
||||
|
||||
DIRTY_BONE_UNIFORMS = 0xFF000000ULL,
|
||||
|
||||
DIRTY_ALL_UNIFORMS = 0x1FFFFFFFFFULL,
|
||||
DIRTY_ALL_UNIFORMS = 0x1FFFFFFFFULL,
|
||||
|
||||
// Other dirty elements that aren't uniforms!
|
||||
DIRTY_FRAMEBUF = 1ULL << 40,
|
||||
|
Loading…
Reference in New Issue
Block a user