Add /usr/lib/bizhawk to the search path

This commit is contained in:
YoshiRulz 2019-10-25 21:28:03 +10:00
parent 9946f2ff16
commit 92721a816a
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ namespace BizHawk.Common.BizInvoke
{
"/",
"/dll/",
"/usr/lib/"
"/usr/lib/",
"/usr/lib/bizhawk/"
};
/// <remarks>this is needed to actually find the DLL properly on Unix</remarks>