mgba: cycle count
This commit is contained in:
parent
27f9c0265f
commit
f3861ed6cf
2
mgba
2
mgba
|
@ -1 +1 @@
|
|||
Subproject commit 7f2534c5458391648ee27940636b2cab3d93f745
|
||||
Subproject commit cd3b0bd3cd83fcf106ad31dfb3770bc3d89c1206
|
Binary file not shown.
|
@ -172,6 +172,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBA
|
|||
[DllImport(dll, CallingConvention = cc)]
|
||||
public static extern void BizSetRegister(IntPtr ctx, int index, int value);
|
||||
|
||||
[DllImport(dll, CallingConvention = cc)]
|
||||
public static extern UInt64 BizGetGlobalTime(IntPtr ctx);
|
||||
|
||||
[DllImport(dll, CallingConvention = cc)]
|
||||
public static extern void BizWriteBus(IntPtr ctx, uint addr, byte val);
|
||||
|
||||
|
|
Loading…
Reference in New Issue