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

Function RA_RestoreState

3rdparty/rainterface/RA_Interface.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void RA_RestoreState(const char* pBuffer)
216{
217 if (_RA_RestoreState != nullptr)
218 _RA_RestoreState(pBuffer);
219}
220
221void RA_OnReset(void)
222{

Callers 1

LoadStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected