use regular build of mame

This commit is contained in:
feos 2020-04-09 16:16:17 +03:00
parent 039a4612a6
commit fd4b4195df
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ namespace BizHawk.Emulation.Cores.Arcades.MAME
{
public static class LibMAME
{
const string dll = "libpacmansh64d.dll"; // libmamearcade64.dll libpacmansh64d.dll
const string dll = "libmamearcade64.dll"; // libmamearcade64.dll libpacmansh64d.dll
const CallingConvention cc = CallingConvention.Cdecl;
public enum OutputChannel