From 9778dde77a7fa52528457a6a6b81b7fad2298fcf Mon Sep 17 00:00:00 2001 From: lightningterror Date: Sat, 8 Feb 2020 01:25:18 +0100 Subject: [PATCH] pcsx2-tas: Disable TAS functionality for 1.6 stable release. Disable TAS on release builds, threading issue maybe? It hangs the emu. Linux always hangs, Windows far less but it's still an issue. --- pcsx2/Config.h | 4 ++++ 1 file changed, 4 insertions(+) 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