This commit is contained in:
feos 2019-12-29 00:17:18 +03:00
parent 3a464eed60
commit 8599946bb4
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,8 @@ namespace BizHawk.Emulation.Cores.Arcades.MAME
}
}
#region Utility
/* strings and MAME
*
* MAME's luaengine uses lua strings to return C strings as well as
@ -80,6 +82,8 @@ namespace BizHawk.Emulation.Cores.Arcades.MAME
return ret;
}
#endregion
#region Properties
public CoreComm CoreComm { get; private set; }