rpcsx/rpcs3/Emu
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
..
ARMv7 log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
Audio Small cellAudio update 2014-02-15 00:08:02 +04:00
Cell Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
CPU Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
FS Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
GS Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
HDD Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
Io Simple analog stick support (from KB) 2014-01-14 23:03:48 +04:00
Memory Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
SysCalls Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
DbgConsole.cpp Improved ThreadBase. 2014-01-31 20:40:18 +02:00
DbgConsole.h convert Dbg console packets uniformly to char* 2014-02-10 17:13:38 +01:00
Event.cpp Merge pull request #70 from Nekotekina/rpcs3 2014-02-13 12:13:05 +01:00
event.h Merge pull request #70 from Nekotekina/rpcs3 2014-02-13 12:13:05 +01:00
GameInfo.h http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
System.cpp Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
System.h Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00