mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-08 03:51:39 +12:00
[GPU] Set lightingLUTDirty to true on reset because paranoia
This commit is contained in:
parent
52c7783ae1
commit
53db56ad9d
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ void GPU::reset() {
|
||||||
shaderJIT.reset();
|
shaderJIT.reset();
|
||||||
std::memset(vram, 0, vramSize);
|
std::memset(vram, 0, vramSize);
|
||||||
lightingLUT.fill(0);
|
lightingLUT.fill(0);
|
||||||
|
lightingLUTDirty = true;
|
||||||
|
|
||||||
totalAttribCount = 0;
|
totalAttribCount = 0;
|
||||||
fixedAttribMask = 0;
|
fixedAttribMask = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue