From 67bd1505df23415abfa4c49216a1570b3aee6f96 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 12 Mar 2018 16:31:09 -0300 Subject: [PATCH] IAudioDeviceService -> IAudioDevice --- Instruction/AInstEmitSystem.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Instruction/AInstEmitSystem.cs b/Instruction/AInstEmitSystem.cs index 80b5660..42a6200 100644 --- a/Instruction/AInstEmitSystem.cs +++ b/Instruction/AInstEmitSystem.cs @@ -89,9 +89,6 @@ namespace ChocolArm64.Instruction //We treat it as no-op here since we don't have any cache being emulated anyway. AOpCodeSystem Op = (AOpCodeSystem)Context.CurrOp; - //TODO: We should throw on unimplemented sys instructions here, - //since it causing some problems when the programs expects some values - //that never return. switch (GetPackedId(Op)) { case 0b11_011_0111_0100_001: