mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: common: disable colored stdout for Emscripten
This commit is contained in:
@@ -25,7 +25,7 @@ GNU General Public License for more details.
|
||||
#include "xash3d_mathlib.h"
|
||||
|
||||
// do not waste precious CPU cycles on mobiles or low memory devices
|
||||
#if !XASH_WIN32 && !XASH_MOBILE_PLATFORM && !XASH_LOW_MEMORY
|
||||
#if !XASH_WIN32 && !XASH_MOBILE_PLATFORM && !XASH_LOW_MEMORY && !XASH_EMSCRIPTEN
|
||||
#define XASH_COLORIZE_CONSOLE 1
|
||||
#else
|
||||
#define XASH_COLORIZE_CONSOLE 0
|
||||
|
||||
Reference in New Issue
Block a user