#include #include #include #include #include #include #include #include IMHEX_PLUGIN_SETUP("Remote", "WerWolv", "Reading data from remote servers") { hex::log::debug("Using romfs: '{}'", romfs::name()); for (auto &path : romfs::list("lang")) hex::ContentRegistry::Language::addLocalization(nlohmann::json::parse(romfs::get(path).string())); hex::plugin::remote::SFTPClient::init(); hex::ContentRegistry::Provider::add(); }