mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-03 01:17:09 +02:00
Fix RevMagic on audren
This commit is contained in:
parent
50556d0149
commit
95132dceee
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace Ryujinx.HLE.OsHle.Services.Aud
|
|||
|
||||
private const int Rev = 4;
|
||||
|
||||
public const int RevMagic = Rev0Magic + Rev;
|
||||
public const int RevMagic = Rev0Magic + (Rev << 24);
|
||||
|
||||
private Dictionary<int, ServiceProcessRequest> m_Commands;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue