mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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