mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 18:19:57 -06:00
Remove outdated comment
This commit is contained in:
@ -51,7 +51,7 @@ namespace Ryujinx.HLE.OsHle.Services.Aud
|
|||||||
|
|
||||||
int Revision = (Params.Revision - Rev0Magic) >> 24;
|
int Revision = (Params.Revision - Rev0Magic) >> 24;
|
||||||
|
|
||||||
if (Revision <= Rev) //REV3 Max is supported
|
if (Revision <= Rev)
|
||||||
{
|
{
|
||||||
bool IsSplitterSupported = Revision >= 3;
|
bool IsSplitterSupported = Revision >= 3;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user