Browse Source

datacache: disable async mode

pull/200/head 1.16
nillerusr 1 year ago
parent
commit
5198d808fa
  1. 2
      datacache/mdlcache.cpp

2
datacache/mdlcache.cpp vendored

@ -81,7 +81,7 @@ namespace {
#if defined( _X360 ) #if defined( _X360 )
#define AsyncMdlCache() 0 // Explicitly OFF for 360 (incompatible) #define AsyncMdlCache() 0 // Explicitly OFF for 360 (incompatible)
#else #else
#define AsyncMdlCache() 1 #define AsyncMdlCache() 0
#endif #endif
#define ERROR_MODEL "models/error.mdl" #define ERROR_MODEL "models/error.mdl"

Loading…
Cancel
Save