mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 22:46:39 +00:00
IAudioDeviceService -> IAudioDevice
This commit is contained in:
parent
d88b5c7621
commit
6f4282daf8
3 changed files with 0 additions and 4 deletions
|
@ -89,9 +89,6 @@ namespace ChocolArm64.Instruction
|
||||||
//We treat it as no-op here since we don't have any cache being emulated anyway.
|
//We treat it as no-op here since we don't have any cache being emulated anyway.
|
||||||
AOpCodeSystem Op = (AOpCodeSystem)Context.CurrOp;
|
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))
|
switch (GetPackedId(Op))
|
||||||
{
|
{
|
||||||
case 0b11_011_0111_0100_001:
|
case 0b11_011_0111_0100_001:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
using Ryujinx.Core.OsHle.Handles;
|
|
||||||
using Ryujinx.Core.OsHle.Ipc;
|
using Ryujinx.Core.OsHle.Ipc;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue