rpcsx/rpcs3/Loader
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
..
ELF.cpp Merge fix 2013-11-30 03:50:43 +04:00
ELF.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
ELF32.cpp log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
ELF32.h log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
ELF64.cpp log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
ELF64.h log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
Loader.cpp Improved VFS 2014-02-16 17:19:06 +02:00
Loader.h Some typos fixed (thanks to Nukem9) 2014-02-01 14:17:15 +04:00
PKG.cpp Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
PKG.h PKG Loader rewritten 2014-02-21 02:35:33 +01:00
PSF.cpp Improved PSF loader. 2013-12-08 15:47:54 +02:00
PSF.h use .wx_str() instead of .mb_str(), Dbg console is still broken 2014-02-10 13:53:09 +01:00
SELF.cpp - Implemented MTCRF instruction. 2013-07-08 16:24:46 +03:00
SELF.h log fixes (to wx_str()) 2014-02-13 20:59:13 +04:00
TRP.cpp Improved VFS 2014-02-16 17:19:06 +02:00
TRP.h Some sceNpTrophy syscalls and few fixes 2014-02-16 02:51:04 +01:00