mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
be5fafdd2d
commit
9778dde77a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue