Gtk: Remove SDL_GetDefaultAudioInfo.

This commit is contained in:
BearOso 2023-02-09 14:24:11 -06:00
parent 5a9e3a96b1
commit 410696ce4e
1 changed files with 0 additions and 6 deletions

View File

@ -86,12 +86,6 @@ bool S9xSDLSoundDriver::open_device()
audiospec.userdata = this;
char *name;
SDL_AudioSpec spec;
SDL_GetDefaultAudioInfo(&name, &spec, 0);
printf("%s\n", name);
SDL_free(name);
printf("SDL sound driver initializing...\n");
printf(" --> (Frequency: %dhz, Latency: %dms)...",
audiospec.freq,