Fix nit
Co-Authored-By: AcK77 <Acoustik666@gmail.com>
This commit is contained in:
parent
58b05ca44f
commit
17c156dd8b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace Ryujinx.HLE.HOS.Services.Aud
|
|||
if (revision <= Rev)
|
||||
{
|
||||
bool isSplitterSupported = revision >= 3;
|
||||
bool IsVariadicCommandBufferSizeSupported = revision >= 5;
|
||||
bool isVariadicCommandBufferSizeSupported = revision >= 5;
|
||||
|
||||
long size;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue