mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 16:20:47 -07:00
Fix RevMagic on audren
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user