Add FCVTL and FCVTN instruction (no Half support yet), stub SvcClearEvent
This commit is contained in:
parent
c9ef25681d
commit
0e343a748d
4 changed files with 72 additions and 0 deletions
|
@ -36,6 +36,7 @@ namespace Ryujinx.Core.OsHle.Svc
|
|||
{ 0x0c, SvcGetThreadPriority },
|
||||
{ 0x0d, SvcSetThreadPriority },
|
||||
{ 0x0f, SvcSetThreadCoreMask },
|
||||
{ 0x12, SvcClearEvent },
|
||||
{ 0x13, SvcMapSharedMemory },
|
||||
{ 0x14, SvcUnmapSharedMemory },
|
||||
{ 0x15, SvcCreateTransferMemory },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue