mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Common/PointerWrap: Hide internals.
This commit is contained in:
parent
3ed9d5a3c7
commit
853cf4f818
5 changed files with 6 additions and 5 deletions
|
@ -26,7 +26,7 @@ void DoCPState(PointerWrap& p)
|
|||
p.Do(g_main_cp_state.vtx_desc);
|
||||
p.DoArray(g_main_cp_state.vtx_attr);
|
||||
p.DoMarker("CP Memory");
|
||||
if (p.mode == PointerWrap::MODE_READ)
|
||||
if (p.GetMode() == PointerWrap::MODE_READ)
|
||||
{
|
||||
CopyPreprocessCPStateFromMain();
|
||||
VertexLoaderManager::g_bases_dirty = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue