mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
XFMemory: Convert several registers to bitfields
This commit is contained in:
parent
479abde9f4
commit
f48ef65bec
4 changed files with 43 additions and 57 deletions
|
@ -194,7 +194,7 @@ void VertexShaderManager::Init()
|
|||
bProjectionChanged = true;
|
||||
bViewportChanged = false;
|
||||
|
||||
xfmem = {};
|
||||
std::memset(&xfmem, 0, sizeof(xfmem));
|
||||
constants = {};
|
||||
ResetView();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue