Skip to content

Commit

Permalink
Remove outdated FIXME from SDL3 audio driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed Nov 5, 2024
1 parent a390c9b commit 7d65c97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/driver_sdl3.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ void init_audio_platform(struct config_info *conf)

// The buffer frames need to be configured with this hack.
// This value may be ignored or modified by some platforms.
// FIXME: SDL drivers for ALSA, Pulseaudio, PipeWire, and JACK all ignore this...
snprintf(hint, sizeof(hint), "%u", audio.buffer_frames);
SDL_SetHint(SDL_HINT_AUDIO_DEVICE_SAMPLE_FRAMES, hint);

Expand Down

0 comments on commit 7d65c97

Please sign in to comment.