mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 02:46:38 +00:00
Remove outdated comment
This commit is contained in:
parent
8652dbb57c
commit
a48ed788bf
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace Ryujinx.HLE.OsHle.Services.Aud
|
|||
|
||||
int Revision = (Params.Revision - Rev0Magic) >> 24;
|
||||
|
||||
if (Revision <= Rev) //REV3 Max is supported
|
||||
if (Revision <= Rev)
|
||||
{
|
||||
bool IsSplitterSupported = Revision >= 3;
|
||||
|
||||
|
|
Loading…
Reference in a new issue