Update search paths order for DLIR on Unix and add mupen lib dir
This commit is contained in:
parent
75e815f09e
commit
34d56ca555
|
@ -26,8 +26,8 @@ namespace BizHawk.Common
|
|||
var currDir = Path.GetDirectoryName(Assembly.GetExecutingAssembly().CodeBase)?.Replace("file:", "") ?? string.Empty;
|
||||
UnixSearchPaths = new[]
|
||||
{
|
||||
"/usr/lib/", "/usr/lib/bizhawk/",
|
||||
$"{currDir}/", $"{currDir}/dll/"
|
||||
$"{currDir}/", $"{currDir}/dll/",
|
||||
"/usr/lib/bizhawk/", "/usr/lib/", "/usr/lib/mupen64plus/"
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue