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

Function enable_texture_pack

src/main/main.cpp:517–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515#endif
516
517void enable_texture_pack(recomp::mods::ModContext& context, const recomp::mods::ModHandle& mod) {
518 zelda64::renderer::enable_texture_pack(context, mod);
519}
520
521void disable_texture_pack(recomp::mods::ModContext&, const recomp::mods::ModHandle& mod) {
522 zelda64::renderer::disable_texture_pack(mod);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected