mgba: cycle count

This commit is contained in:
feos 2020-06-03 10:30:57 +03:00
parent 27f9c0265f
commit f3861ed6cf
3 changed files with 4 additions and 1 deletions

2
mgba

@ -1 +1 @@
Subproject commit 7f2534c5458391648ee27940636b2cab3d93f745
Subproject commit cd3b0bd3cd83fcf106ad31dfb3770bc3d89c1206

Binary file not shown.

View File

@ -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);