mirror of https://github.com/snes9xgit/snes9x.git
Gtk: Remove SDL_GetDefaultAudioInfo.
This commit is contained in:
parent
5a9e3a96b1
commit
410696ce4e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue