mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
feat: Added initial support for custom disassemblers
This commit is contained in:
@@ -476,6 +476,7 @@ namespace hex::plugin::builtin {
|
||||
{ "Custom data processor nodes", &paths::Nodes },
|
||||
{ "Layouts", &paths::Layouts },
|
||||
{ "Workspaces", &paths::Workspaces },
|
||||
{ "Disassemblers", &paths::Disassemblers },
|
||||
}
|
||||
};
|
||||
static_assert(PathTypes.back().first != nullptr, "All path items need to be populated!");
|
||||
|
||||
Reference in New Issue
Block a user