mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 11:33:33 +08:00
Add more dll searching folders, which satisfies manual installation.
This commit is contained in:
@@ -27,10 +27,12 @@ public class NoneAPI: WrapperDefines
|
||||
"nonewrap.dll", new List<DynDllMapping>
|
||||
{
|
||||
"nonewrap.dll",
|
||||
"X64/nonewrap.dll",
|
||||
"x64/nonewrap.dll",
|
||||
"plugins/x64/nonewrap.dll",
|
||||
"BepInEx/scripts/x64/nonewrap.dll",
|
||||
Path.Combine(root, "X64/nonewrap.dll"),
|
||||
Path.Combine(root, "nonewrap.dll")
|
||||
Path.Combine(root, "nonewrap.dll"),
|
||||
Path.Combine(root, "x64/nonewrap.dll"),
|
||||
Path.Combine(root, "plugins/x64/nonewrap.dll"),
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user