Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ RA_CaptureState
Function
RA_CaptureState
3rdparty/rainterface/RA_Interface.cpp:207–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
int RA_CaptureState(char* pBuffer, int nBufferSize)
208
{
209
if (_RA_CaptureState != nullptr)
210
return _RA_CaptureState(pBuffer, nBufferSize);
211
212
return 0;
213
}
214
215
void RA_RestoreState(const char* pBuffer)
216
{
Callers
1
SaveState
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected