fixed natt's boo boo
This commit is contained in:
parent
5d65b0ef77
commit
0aac1de628
|
@ -266,6 +266,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo.GBA
|
||||||
/// get current cpu regs
|
/// get current cpu regs
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="dest">length 18 please</param>
|
/// <param name="dest">length 18 please</param>
|
||||||
|
[DllImport("libmeteor.dll", CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern void libmeteor_getregs(int[] dest);
|
public static extern void libmeteor_getregs(int[] dest);
|
||||||
|
|
||||||
public static readonly string[] regnames = new string[]
|
public static readonly string[] regnames = new string[]
|
||||||
|
|
Loading…
Reference in New Issue