rpcsx/rpcs3/Emu/Cell
Peter Tissen c37905e465 initial start to eliminate static func init, not compilable atm
move module initialization into a module manager, still has some issues like stopping not working and debug crashing

add #idef 0 to modules that aren't in the windows project

don't double initialize and don't de-initialize for now, since many modules don't expect it and it leads to many errors

remove duplicate module lists for empty modules and implemented ones, make Module non-copyable but movable

add secondary project, no real use for it now

add some memleak config to the emucore and add asmjit path to rpcs3

small rebase error fixed to get it to compile again

add filters for emucore

re-add the module manager and static file

WIP commit, linker errors abound

some more abstraction layer stuff

fix the remaining linker errors, re-enable platform specific mouse, pad and keyboard handlers

rebasing

fix memset undefined and re() usage of se_t before declaration

Add wxGUI define by default for cmake builds

fix copy constructors of Datetime header

fix copy constructors of other wx interface classes

remove static declarations of global variables

make wxGLCanvas constructor non-ambiguous even with wx2.8. compat mode, fix wrong std::exception constructor calls

remove duplicate definition for FromUTF8 and ToUTF8

temp changes
2014-06-08 23:16:06 +02:00
..
MFC.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
MFC.h Use spaces for vertical alignment 2014-04-04 09:25:38 -04:00
PPCDecoder.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
PPCDecoder.h Merge branch 'master' of https://github.com/DHrpcs3/rpcs3 2014-04-18 16:59:31 +04:00
PPCDisAsm.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
PPCInstrTable.h Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
PPCThread.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
PPCThread.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
PPCThreadManager.cpp fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
PPCThreadManager.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
PPUDecoder.h RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
PPUDisAsm.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
PPUInstrTable.h Add missing ICBI instruction. 2014-05-07 23:53:19 -07:00
PPUInterpreter.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
PPUOpcodes.h Add missing ICBI instruction. 2014-05-07 23:53:19 -07:00
PPUProgramCompiler.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
PPUProgramCompiler.h Move PPUProgramCompiler to vector 2014-04-02 09:58:47 -04:00
PPUThread.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
PPUThread.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
RawSPUThread.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
RawSPUThread.h Use spaces for vertical alignment 2014-04-04 09:25:38 -04:00
SPUDecoder.h Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
SPUDisAsm.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
SPUInstrTable.h RSX Bugfixes and plugging memory leaks 2014-04-17 15:15:43 -05:00
SPUInterpreter.h Accuracy improved 2014-04-20 02:53:42 +04:00
SPUOpcodes.h Use spaces for vertical alignment 2014-04-04 09:25:38 -04:00
SPURecompiler.h Removed 32-bit related #if(n)def's 2014-06-02 14:08:32 +02:00
SPURecompilerCore.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
SPURSManager.cpp cellSpurs: create new taskset using attr 2014-06-08 23:29:16 +08:00
SPURSManager.h cellSpurs: create new taskset using attr 2014-06-08 23:29:16 +08:00
SPUThread.cpp Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
SPUThread.h Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00