mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
improve and fix NonStupidBitfield also get rid of some UB
fixes optimised lto clang build
This commit is contained in:
@ -117,6 +117,7 @@ void GPU2D::Reset()
|
||||
BGMosaicYMax = 0;
|
||||
OBJMosaicY = 0;
|
||||
OBJMosaicYMax = 0;
|
||||
OBJMosaicYCount = 0;
|
||||
|
||||
BlendCnt = 0;
|
||||
EVA = 16;
|
||||
@ -130,6 +131,7 @@ void GPU2D::Reset()
|
||||
memset(DispFIFOBuffer, 0, 256*2);
|
||||
|
||||
CaptureCnt = 0;
|
||||
CaptureLatch = false;
|
||||
|
||||
MasterBrightness = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user