MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / emit_pause_self

Method emit_pause_self

src/cgenerator.cpp:553–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553void N64Recomp::CGenerator::emit_pause_self() const {
554 fmt::print(output_file, "pause_self(rdram);\n");
555}
556
557void N64Recomp::CGenerator::emit_trigger_event(uint32_t event_index) const {
558 fmt::print(output_file, "recomp_trigger_event(rdram, ctx, base_event_index + {});\n", event_index);

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected