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

Method EntryPoint

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

Source from the content-addressed store, hash-verified

144 };
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

Callers 3

dataMethod · 0.45
onStepOutMethod · 0.45
StackTraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected