mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-18 02:40:55 -05:00
misc: chore: Use explicit types in audio projects
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Ryujinx.Audio.Backends.SDL2
|
||||
|
||||
SDL2Driver.Instance.Initialize();
|
||||
|
||||
int res = SDL_GetDefaultAudioInfo(nint.Zero, out var spec, 0);
|
||||
int res = SDL_GetDefaultAudioInfo(nint.Zero, out SDL_AudioSpec spec, 0);
|
||||
|
||||
if (res != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user