Browse Source

IAudioDeviceService -> IAudioDevice

gdkchan 8 năm trước cách đây
mục cha
commit
6f4282daf8

+ 0 - 3
ChocolArm64/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:

+ 0 - 0
Ryujinx.Core/OsHle/Services/Aud/IAudioDeviceService.cs → Ryujinx.Core/OsHle/Services/Aud/IAudioDevice.cs


+ 0 - 1
Ryujinx.Core/OsHle/Services/Aud/ServiceAudRen.cs

@@ -1,4 +1,3 @@
-using Ryujinx.Core.OsHle.Handles;
 using Ryujinx.Core.OsHle.Ipc;
 using System.Collections.Generic;