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

Method Write

pcsx2/StateWrapper.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94u32 StateWrapper::ReadOnlyMemoryStream::Write(const void* buf, u32 count)
95{
96 return 0;
97}
98
99u32 StateWrapper::ReadOnlyMemoryStream::GetPosition()
100{

Callers 2

DoBytesMethod · 0.45
DoMethod · 0.45

Calls 2

ExpandFunction · 0.85
minFunction · 0.50

Tested by

no test coverage detected