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.
This commit is contained in:
lightningterror 2020-02-08 01:25:18 +01:00
parent be5fafdd2d
commit 9778dde77a
1 changed files with 4 additions and 0 deletions

View File

@ -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