Co-Authored-By: AcK77 <Acoustik666@gmail.com>
This commit is contained in:
jduncanator 2019-04-24 04:36:31 +02:00 committed by GitHub
parent 58b05ca44f
commit 17c156dd8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;