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

Method HasError

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

Source from the content-addressed store, hash-verified

85 virtual ~SaveStateBase() = default;
86
87 __fi bool HasError() const { return m_error; }
88 __fi bool IsOkay() const { return !m_error; }
89
90 // Gets the version of savestate that this object is acting on.

Callers 15

DoStateMethod · 0.45
FreezeMethod · 0.45
FreezeMethod · 0.45
FreezeMethod · 0.45
FreezeMethod · 0.45
FreezeMethod · 0.45
FreezeMethod · 0.45
FreezeMethod · 0.45
FreezeMethod · 0.45
FreezeMethod · 0.45
FreezeMethod · 0.45
FreezeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected