MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / disable_texture_pack

Function disable_texture_pack

src/main/main.cpp:521–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void disable_texture_pack(recomp::mods::ModContext&, const recomp::mods::ModHandle& mod) {
522 zelda64::renderer::disable_texture_pack(mod);
523}
524
525void reorder_texture_pack(recomp::mods::ModContext&) {
526 zelda64::renderer::trigger_texture_pack_update();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected