misc: chore: Use explicit types in NVDEC projects (except VP9 because there's an open PR and I don't want to cause conflicts)
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Ryujinx.Graphics.Nvdec.FFmpeg.Native
|
||||
{
|
||||
handle = nint.Zero;
|
||||
|
||||
if (_librariesWhitelist.TryGetValue(libraryName, out var value))
|
||||
if (_librariesWhitelist.TryGetValue(libraryName, out (int, int) value))
|
||||
{
|
||||
(int minVersion, int maxVersion) = value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user