mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
sys: Add imhex/lib path to plugin libraries search paths
This commit is contained in:
@@ -101,6 +101,7 @@ namespace hex::fs {
|
||||
Scripts,
|
||||
Inspectors,
|
||||
Themes,
|
||||
Libraries,
|
||||
|
||||
END
|
||||
};
|
||||
|
||||
@@ -226,6 +226,9 @@ namespace hex::fs {
|
||||
case ImHexPath::Plugins:
|
||||
result = appendPath(getPluginPaths(), "plugins");
|
||||
break;
|
||||
case ImHexPath::Libraries:
|
||||
result = appendPath(getPluginPaths(), "lib");
|
||||
break;
|
||||
case ImHexPath::Resources:
|
||||
result = appendPath(getDataPaths(), "resources");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user