mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Eliminate TVtxDesc.GetLegacyHex
This commit is contained in:
parent
820d9ffbfa
commit
1500a0119b
5 changed files with 6 additions and 20 deletions
|
@ -17,9 +17,7 @@ void DoCPState(PointerWrap& p)
|
|||
p.DoArray(g_main_cp_state.array_strides);
|
||||
p.Do(g_main_cp_state.matrix_index_a);
|
||||
p.Do(g_main_cp_state.matrix_index_b);
|
||||
u64 vtx_desc = g_main_cp_state.vtx_desc.GetLegacyHex();
|
||||
p.Do(vtx_desc);
|
||||
g_main_cp_state.vtx_desc.SetLegacyHex(vtx_desc);
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue