diff --git a/pcsx2/Config.h b/pcsx2/Config.h index 4c5302140f..8eba377124 100644 --- a/pcsx2/Config.h +++ b/pcsx2/Config.h @@ -17,6 +17,10 @@ #include "x86emitter/tools.h" +// Disable TAS on release builds, threading issue maybe? It hangs the emu. +// Linux always hangs, Windows far less but it's still an issue. +#define DISABLE_RECORDING + class IniInterface; enum PluginsEnum_t