mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Common: Refactor PointerWrap
This commit is contained in:
@@ -635,7 +635,7 @@ void VertexShaderManager::DoState(PointerWrap& p)
|
||||
|
||||
p.Do(constants);
|
||||
|
||||
if (p.GetMode() == PointerWrap::MODE_READ)
|
||||
if (p.IsReadMode())
|
||||
{
|
||||
Dirty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user