mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
DataReader: turn WritePointer into GetPointer
This commit is contained in:
@ -50,7 +50,7 @@ __forceinline void ReadIndirect(const T* data)
|
||||
dst.Write(FracAdjust(Common::FromBigEndian(data[i])));
|
||||
}
|
||||
|
||||
dst.WritePointer(&g_vertex_manager_write_ptr);
|
||||
g_vertex_manager_write_ptr = dst.GetPointer();
|
||||
LOG_NORM();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user