rpcsx/rpcs3
Bigpet 9a30ce5f18 Make buildable with GCC in Linux
* replace GetThreadID with std::this_thread.getId()
* name all anonymous structs and unions that contain non-trivially constructable objects
* made default constructor for big endian type noexcept to make it work with std::atomic
* move instantiated specialized template function members ouside of the class definition to comply with the standard
* added default instantiation for template parameter "=nullptr"
* used the C++11 standardized thread_local instead of the __declspec(thread)
* added transitional definitions to bridge the microsoft specific calls (compare and exchange and aligned alloc)
* removed cyclic dependency between Emulator->CPUThreadManager->CPUThread->SMutex->Emulator->...
* fixed some instances of indentation by space instead of tabs
* surrounded some unused code with an #if 0 block to make sure it doesn't compile
2014-02-23 17:52:52 +01:00
..
Emu Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
Gui Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
Loader Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
rpcs3qt Introduce a Qt UI for RPCS3 2013-11-27 16:37:46 +10:00
AppConnector.cpp - Improved sc function binder. 2013-06-30 11:46:29 +03:00
AppConnector.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
CMakeLists.txt Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
git-version.h Basic DMA, MFC, channel changes 2013-12-11 02:58:11 +04:00
Ini.cpp Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
Ini.h RSX Debugger: Shader program editor 2014-02-19 01:41:57 +01:00
rpcs3.cpp Merge pull request #46 from krofna 2014-02-21 17:13:57 +01:00
rpcs3.h Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
rpcs3.rc http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
rpcs3.vcxproj PKG Loader rewritten 2014-02-21 02:35:33 +01:00
rpcs3.vcxproj.filters PKG Loader rewritten 2014-02-21 02:35:33 +01:00
rpcs3.vcxproj.user Fix debugger working directory 2013-08-10 23:48:54 +02:00
stdafx.cpp http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
stdafx.h Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00