| 551 | } |
| 552 | |
| 553 | void N64Recomp::CGenerator::emit_pause_self() const { |
| 554 | fmt::print(output_file, "pause_self(rdram);\n"); |
| 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); |
no outgoing calls
no test coverage detected