mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-08 09:51:41 +00:00
oh i actually pushed that
This commit is contained in:
parent
1ddd1d1ee9
commit
a6a85588b8
1 changed files with 0 additions and 4 deletions
|
|
@ -8,10 +8,6 @@
|
|||
static SDL_AudioDeviceID dev;
|
||||
|
||||
static bool audio_sdl_init(void) {
|
||||
if (!getenv("SDL_AUDIODRIVER")) {
|
||||
setenv("SDL_AUDIODRIVER", "alsa", 1);
|
||||
}
|
||||
|
||||
if (SDL_Init(SDL_INIT_AUDIO) != 0) {
|
||||
fprintf(stderr, "SDL init error: %s\n", SDL_GetError());
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue