#region
This commit is contained in:
parent
3a464eed60
commit
8599946bb4
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue