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

Method RegCtx

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

Source from the content-addressed store, hash-verified

146 [[nodiscard]] u32 EntryPoint() const override { return data.entry; };
147 [[nodiscard]] u32 Priority() const override { return data.currentPriority; };
148 [[nodiscard]] u32 RegCtx() const override { return data.regCtx; };
149
150private:
151 u32 tid;

Callers 1

StackTraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected