| 539 | } |
| 540 | |
| 541 | void ModMenu::mod_hd_textures_enabled_changed(uint32_t value) { |
| 542 | if (active_mod_index >= 0) { |
| 543 | if (value) { |
| 544 | zelda64::renderer::secondary_enable_texture_pack(mod_details[active_mod_index].mod_id); |
| 545 | } |
| 546 | else { |
| 547 | zelda64::renderer::secondary_disable_texture_pack(mod_details[active_mod_index].mod_id); |
| 548 | } |
| 549 | } |
| 550 | } |
| 551 | |
| 552 | void ModMenu::create_mod_list() { |
| 553 | ContextId context = get_current_context(); |
nothing calls this directly
no outgoing calls
no test coverage detected