mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-16 01:36:57 +00:00
parent
417df486b1
commit
361d0c5632
622 changed files with 3080 additions and 2652 deletions
|
|
@ -981,7 +981,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Ipc
|
|||
{
|
||||
return KernelResult.OutOfResource;
|
||||
}
|
||||
else if (recvListType == 1 || recvListType == 2)
|
||||
else if (recvListType is 1 or 2)
|
||||
{
|
||||
ulong recvListBaseAddr;
|
||||
ulong recvListEndAddr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue