mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
VideoCommon: Clean up class-memaccess warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user