Add BRK instruction, fix wrong namespace on one of Am interfaces, and disable Debug/Trace logs by default
This commit is contained in:
parent
276f9f6d48
commit
9063766ed6
12 changed files with 51 additions and 16 deletions
|
@ -1,10 +1,9 @@
|
|||
using Ryujinx.OsHle.Ipc;
|
||||
using Ryujinx.OsHle.Objects.Am;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using static Ryujinx.OsHle.Objects.ObjHelper;
|
||||
|
||||
namespace Ryujinx.OsHle.Objects
|
||||
namespace Ryujinx.OsHle.Objects.Am
|
||||
{
|
||||
class IApplicationProxy : IIpcInterface
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue