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

Method Priority

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

Source from the content-addressed store, hash-verified

145 [[nodiscard]] u32 WaitId() const override { return data.semaId; };
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:

Callers 1

dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected