rpcs3/rpcs3/Emu/Cell
Alexandro Sánchez Bach 08d61163ea Removed external functions from SysCalls.h
* Replace `int` with `s32` as return type for syscalls.
* Renamed `SC_Something.*` files with the proper lv2 name
`sys_something.*`.
* Moving away from the lv2, those functions and folders that doesn't
correspond to lv2 functions. E.g. module functions from sys_io,
sysPrxForUser, cellGcmSys.
* Splitted some files (memory -> memory+mmapper) and merged other ones
(event+event_flag ->event, spu+spu_thread -> spu), according to common
sense, PSDevWiki docs, and checking firmware files.
* Removed external functions from `SysCalls.h`.

NOTE: What should we do about: cellGcmCallback? It's not a lv2 syscall
but it appears on the sc_table and it is actually called in games. Is
this some kind of hack?
2014-07-06 16:23:37 +02:00
..
MFC.cpp - Implemented HDD manager. 2013-08-03 12:40:03 +03:00
MFC.h use only one set of logging macros instead of two and don't use free() as a function name 2014-06-27 15:28:17 +02:00
PPCDecoder.cpp Logging system rework 2014-06-26 17:34:28 +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 Logging system rework 2014-06-26 17:34:28 +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 use only one set of logging macros instead of two and don't use free() as a function name 2014-06-27 15:28:17 +02:00
PPUOpcodes.h Add missing ICBI instruction. 2014-05-07 23:53:19 -07:00
PPUProgramCompiler.cpp Logging system rework 2014-06-26 17:34:28 +02:00
PPUProgramCompiler.h Move PPUProgramCompiler to vector 2014-04-02 09:58:47 -04:00
PPUThread.cpp use only one set of logging macros instead of two and don't use free() as a function name 2014-06-27 15:28:17 +02:00
PPUThread.h remove unexplained commented out code that I added myself with the last PR 2014-06-09 02:55:16 +02:00
RawSPUThread.cpp Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
RawSPUThread.h Small fixes 2014-06-25 02:16:44 +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 use only one set of logging macros instead of two and don't use free() as a function name 2014-06-27 15:28:17 +02:00
SPUOpcodes.h Use spaces for vertical alignment 2014-04-04 09:25:38 -04:00
SPURecompiler.h use only one set of logging macros instead of two and don't use free() as a function name 2014-06-27 15:28:17 +02:00
SPURecompilerCore.cpp Removed external functions from SysCalls.h 2014-07-06 16:23:37 +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 Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
SPUThread.h Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00