mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
add mp3 codecs(broken)
This commit is contained in:
@@ -668,7 +668,7 @@ void VAudioInit()
|
||||
g_pFileSystem->GetLocalCopy( "mss32.dll" );
|
||||
}
|
||||
|
||||
g_pVAudioModule = FileSystem_LoadModule( "vaudio_miles" );
|
||||
g_pVAudioModule = FileSystem_LoadModule( "vaudio_minimp3" );
|
||||
if ( g_pVAudioModule )
|
||||
{
|
||||
CreateInterfaceFn vaudioFactory = Sys_GetFactory( g_pVAudioModule );
|
||||
|
||||
Reference in New Issue
Block a user