| 515 | #endif |
| 516 | |
| 517 | void enable_texture_pack(recomp::mods::ModContext& context, const recomp::mods::ModHandle& mod) { |
| 518 | zelda64::renderer::enable_texture_pack(context, mod); |
| 519 | } |
| 520 | |
| 521 | void disable_texture_pack(recomp::mods::ModContext&, const recomp::mods::ModHandle& mod) { |
| 522 | zelda64::renderer::disable_texture_pack(mod); |
nothing calls this directly
no outgoing calls
no test coverage detected