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

Method PC

pcsx2/DebugTools/BiosDebugData.h:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128 [[nodiscard]] u32 TID() const override { return tid; };
129 [[nodiscard]] u32 PC() const override { return data.resumeAddr; };
130 [[nodiscard]] ThreadStatus Status() const override { return static_cast<ThreadStatus>(data.status); };
131 [[nodiscard]] WaitState Wait() const override
132 {

Callers 2

dataMethod · 0.45
StackTraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected