mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
VideoCommon: Clean up class-memaccess warnings
This commit is contained in:
parent
dace56cb62
commit
8560eecd49
3 changed files with 14 additions and 8 deletions
|
@ -116,7 +116,7 @@ void VertexShaderManager::Init()
|
|||
bTexMtxInfoChanged = false;
|
||||
bLightingConfigChanged = false;
|
||||
|
||||
std::memset(&xfmem, 0, sizeof(xfmem));
|
||||
std::memset(static_cast<void*>(&xfmem), 0, sizeof(xfmem));
|
||||
constants = {};
|
||||
ResetView();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue