mGBA - implement IDebuggable.TotalExecutedCycles

This commit is contained in:
adelikat 2020-06-03 08:28:49 -05:00
parent 8925d7182f
commit 9747dc9a95
1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBA
[FeatureNotImplemented]
public void Step(StepType type) => throw new NotImplementedException();
[FeatureNotImplemented]
public long TotalExecutedCycles => throw new NotImplementedException();
public long TotalExecutedCycles => (long)LibmGBA.BizGetGlobalTime(Core);
private static readonly string[] RegisterNames =
{