diff --git a/plugins/GSdx/GSRendererSW.cpp b/plugins/GSdx/GSRendererSW.cpp index dff587fb8d..83fd2402f3 100644 --- a/plugins/GSdx/GSRendererSW.cpp +++ b/plugins/GSdx/GSRendererSW.cpp @@ -1519,7 +1519,7 @@ GSRendererSW::SharedData::~SharedData() fflush(s_fp);} } -static TransactionScope::Lock s_lock; +//static TransactionScope::Lock s_lock; void GSRendererSW::SharedData::UsePages(const uint32* fb_pages, int fpsm, const uint32* zb_pages, int zpsm) { diff --git a/plugins/GSdx/GSThread.h b/plugins/GSdx/GSThread.h index 3738790f8b..7b204db5b3 100644 --- a/plugins/GSdx/GSThread.h +++ b/plugins/GSdx/GSThread.h @@ -443,7 +443,7 @@ public: }; // http://software.intel.com/en-us/blogs/2012/11/06/exploring-intel-transactional-synchronization-extensions-with-intel-software - +#if 0 class TransactionScope { public: @@ -541,4 +541,4 @@ public: #endif } }; - +#endif