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

Method emit_trigger_event

src/cgenerator.cpp:557–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
559}
560
561void N64Recomp::CGenerator::emit_comment(const std::string& comment) const {
562 fmt::print(output_file, "// {}\n", comment);

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected