mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-11-21 16:40:57 +00:00
chore: remove debug logging from SDL update
This commit is contained in:
parent
5a9d5ee664
commit
cf6acba416
@ -135,7 +135,6 @@ namespace Ryujinx.Audio.Backends.SDL3
|
|||||||
// From SDL 3 and on, SDL requires us to set this as a hint
|
// From SDL 3 and on, SDL requires us to set this as a hint
|
||||||
SDL_SetHint(SDL_HINT_AUDIO_DEVICE_SAMPLE_FRAMES, $"{sampleCount}");
|
SDL_SetHint(SDL_HINT_AUDIO_DEVICE_SAMPLE_FRAMES, $"{sampleCount}");
|
||||||
SDL_AudioStream* device = SDL_OpenAudioDeviceStream(SDL_AUDIO_DEVICE_DEFAULT_PLAYBACK, &got, pCallback, 0);
|
SDL_AudioStream* device = SDL_OpenAudioDeviceStream(SDL_AUDIO_DEVICE_DEFAULT_PLAYBACK, &got, pCallback, 0);
|
||||||
Console.WriteLine(got.freq);
|
|
||||||
|
|
||||||
if (device == null)
|
if (device == null)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user