mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
engine: platform: fix sdl audio
This commit is contained in:
parent
29902f48d5
commit
2edc8b16ae
@ -135,9 +135,10 @@ qboolean SNDDMA_Init( void )
|
||||
|
||||
Con_Printf( "Using SDL audio driver: %s @ %d Hz\n", SDL_GetCurrentAudioDriver( ), obtained.freq );
|
||||
|
||||
dma.initialized = true;
|
||||
|
||||
SNDDMA_Activate( true );
|
||||
|
||||
dma.initialized = true;
|
||||
return true;
|
||||
|
||||
fail:
|
||||
|
Loading…
x
Reference in New Issue
Block a user