mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
XFMemory: Convert several registers to bitfields
This commit is contained in:
@@ -194,7 +194,7 @@ void VertexShaderManager::Init()
|
||||
bProjectionChanged = true;
|
||||
bViewportChanged = false;
|
||||
|
||||
xfmem = {};
|
||||
std::memset(&xfmem, 0, sizeof(xfmem));
|
||||
constants = {};
|
||||
ResetView();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user