mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-13 00:17:54 -05:00
Add BRK instruction, fix wrong namespace on one of Am interfaces, and disable Debug/Trace logs by default
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user