mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: platform: change capture API to allow locking/unlocking buffer to prevent race condition, use single function for pause
This commit is contained in:
@@ -346,14 +346,14 @@ qboolean VoiceCapture_Init( void )
|
||||
return false;
|
||||
}
|
||||
|
||||
qboolean VoiceCapture_RecordStart( void )
|
||||
qboolean VoiceCapture_Activate( qboolean activate )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void VoiceCapture_RecordStop( void )
|
||||
qboolean VoiceCapture_Lock( qboolean lock )
|
||||
{
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
void VoiceCapture_Shutdown( void )
|
||||
|
||||
Reference in New Issue
Block a user