mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 06:07:09 +02:00
Add SvcSetThreadActivity, tweak SignalProcessWideKey, add fmul32i shader instructions and other small fixes
This commit is contained in:
parent
61686fd0bc
commit
0fcd0c3d86
9 changed files with 139 additions and 24 deletions
|
@ -63,7 +63,8 @@ namespace Ryujinx.Core.OsHle.Kernel
|
|||
{ 0x25, SvcGetThreadId },
|
||||
{ 0x26, SvcBreak },
|
||||
{ 0x27, SvcOutputDebugString },
|
||||
{ 0x29, SvcGetInfo }
|
||||
{ 0x29, SvcGetInfo },
|
||||
{ 0x32, SvcSetThreadActivity }
|
||||
};
|
||||
|
||||
this.Ns = Ns;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue