This commit is contained in:
adelikat 2020-04-11 12:58:28 -05:00
parent 7c79cfab67
commit ceef1f4489
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBA
return ret;
}
[FeatureNotImplemented]
public void SetCpuRegister(string register, int value)
{
int index = register?.ToUpper() switch