#include #include #include #include #include #include IMHEX_LIBRARY_SETUP("UI") { hex::log::debug("Using romfs: '{}'", romfs::name()); hex::LocalizationManager::addLanguages(romfs::get("lang/languages.json").string(), [](const std::filesystem::path &path) { return romfs::get(path).string(); }); }