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

Method IsWriting

pcsx2/StateWrapper.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 bool IsGood() const { return !m_error; }
100 bool IsReading() const { return (m_mode == Mode::Read); }
101 bool IsWriting() const { return (m_mode == Mode::Write); }
102 Mode GetMode() const { return m_mode; }
103 void SetMode(Mode mode) { m_mode = mode; }
104 u32 GetVersion() const { return m_version; }

Callers 2

DoPacketStateMethod · 0.80
DoStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected