mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
impr: Move plugin unload logging to plugins
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <ui/pattern_drawer.hpp>
|
||||
#include <ui/widgets.hpp>
|
||||
|
||||
IMHEX_LIBRARY_SETUP() {
|
||||
IMHEX_LIBRARY_SETUP("UI") {
|
||||
hex::log::debug("Using romfs: '{}'", romfs::name());
|
||||
for (auto &path : romfs::list("lang"))
|
||||
hex::ContentRegistry::Language::addLocalization(nlohmann::json::parse(romfs::get(path).string()));
|
||||
|
||||
Reference in New Issue
Block a user