mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 09:57:10 +02:00
Add NCE code
This commit is contained in:
parent
9658525434
commit
1aff88648e
40 changed files with 2703 additions and 41 deletions
|
@ -1,5 +1,3 @@
|
|||
using ARMeilleure.Memory;
|
||||
|
||||
namespace Ryujinx.Cpu
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -13,6 +11,6 @@ namespace Ryujinx.Cpu
|
|||
/// <param name="memoryManager">Memory manager for the address space of the context</param>
|
||||
/// <param name="for64Bit">Indicates if the context will be used to run 64-bit or 32-bit Arm code</param>
|
||||
/// <returns>CPU context</returns>
|
||||
ICpuContext CreateCpuContext(IMemoryManager memoryManager, bool for64Bit);
|
||||
ICpuContext CreateCpuContext(ICpuMemoryManager memoryManager, bool for64Bit);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue