oh i actually pushed that

This commit is contained in:
Isaac0-dev 2025-07-24 11:46:08 +10:00
parent 1ddd1d1ee9
commit a6a85588b8

View file

@ -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;