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

Function init_hook

src/ui/ui_state.cpp:449–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void init_hook(plume::RenderInterface* interface, plume::RenderDevice* device) {
450#if defined(__linux__)
451 std::locale::global(std::locale::classic());
452#endif
453 ui_state = std::make_unique<UIState>(window, interface, device);
454 ui_state->create_menus();
455}
456
457moodycamel::ConcurrentQueue<SDL_Event> ui_event_queue{};
458

Callers

nothing calls this directly

Calls 1

create_menusMethod · 0.80

Tested by

no test coverage detected