mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -1176,7 +1176,7 @@ InitReturnVal_t CEngineAPI::Init()
|
||||
m_bRunningSimulation = false;
|
||||
|
||||
// Initialize the FPU control word
|
||||
#if defined(WIN32) && !defined( SWDS ) && !defined( _X360 ) && !defined (__arm__)
|
||||
#if defined(WIN32) && !defined( SWDS ) && !defined( _X360 ) && !defined (__arm__) && !defined(PLATFORM_WINDOWS_PC64)
|
||||
_asm
|
||||
{
|
||||
fninit
|
||||
|
||||
Reference in New Issue
Block a user