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

Method CommitBlock

pcsx2/SaveState.h:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 void CommitBlock( int size )
171 {
172 m_idx += size;
173 }
174
175 // Freezes an identifier value into the savestate for troubleshooting purposes.
176 // Identifiers can be used to determine where in a savestate that data has become

Callers 3

SaveStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected