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

Method SeekAbsolute

pcsx2/StateWrapper.cpp:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool StateWrapper::ReadOnlyMemoryStream::SeekAbsolute(u32 pos)
105{
106 if (pos > m_buf_length)
107 return false;
108
109 m_buf_position = pos;
110 return true;
111}
112
113bool StateWrapper::ReadOnlyMemoryStream::SeekRelative(s32 count)
114{

Callers 1

DoStateMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected