mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-20 13:37:11 +02:00
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:
parent
76ec047eb7
commit
68bbb29be6
4 changed files with 14 additions and 12 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue