| 555 | } |
| 556 | |
| 557 | void 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 | |
| 561 | void N64Recomp::CGenerator::emit_comment(const std::string& comment) const { |
| 562 | fmt::print(output_file, "// {}\n", comment); |
no outgoing calls
no test coverage detected