Commit 5b5b7cc
committed
Fix audio crash: use dummy SDL audio driver
--nosound flag doesn't exist in Spring binary. Instead, use environment
variables to force Spring to use dummy audio backends that don't require
hardware:
- SDL_AUDIODRIVER=dummy (SDL dummy audio backend)
- AUDIODEV=null (fallback)1 parent 395add3 commit 5b5b7cc
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | | - | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
0 commit comments