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

Method IsLoading

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

Returns true if this object is a StateLoading type object.

Source from the content-addressed store, hash-verified

180
181 // Returns true if this object is a StateLoading type object.
182 bool IsLoading() const { return !IsSaving(); }
183
184 // Loads or saves a memory block.
185 virtual void FreezeMem( void* data, int size )=0;

Callers 3

LoadSaveMethod · 0.45
LoadSaveCoreMethod · 0.45
LoadSaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected