impr: Various small ssh provider improvements

This commit is contained in:
WerWolv
2025-08-05 17:56:10 +02:00
parent b9c36cfd2f
commit c3cd4edbf9
4 changed files with 13 additions and 11 deletions

View File

@@ -17,6 +17,9 @@ IMHEX_PLUGIN_SETUP("Remote", "WerWolv", "Reading data from remote servers") {
hex::ContentRegistry::Language::addLocalization(nlohmann::json::parse(romfs::get(path).string()));
hex::plugin::remote::SFTPClient::init();
AT_FINAL_CLEANUP {
hex::plugin::remote::SFTPClient::exit();
};
hex::ContentRegistry::Provider::add<hex::plugin::remote::SSHProvider>();
}