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

Method load_document

src/ui/ui_launcher.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64 }
65 void load_document() override {
66 launcher_context = recompui::create_context(zelda64::get_asset_path("launcher.rml"));
67 }
68 void register_events(recompui::UiEventListenerInstancer& listener) override {
69 recompui::register_event(listener, "select_rom",
70 [](const std::string& param, Rml::Event& event) {

Callers

nothing calls this directly

Calls 1

get_asset_pathFunction · 0.85

Tested by

no test coverage detected