MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetPosition

Method GetPosition

pcsx2/StateWrapper.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99u32 StateWrapper::ReadOnlyMemoryStream::GetPosition()
100{
101 return m_buf_position;
102}
103
104bool StateWrapper::ReadOnlyMemoryStream::SeekAbsolute(u32 pos)
105{

Callers 4

current_stream_delayFunction · 0.80
FreezeInternalsMethod · 0.80
DoMarkerMethod · 0.80
DoStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected