rpcsx/rpcs3/Emu/SysCalls
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
..
lv2 Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
Modules Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
Callback.cpp cellMsgDialog functions improved 2014-07-04 02:52:43 +04:00
Callback.h cellMsgDialog functions improved 2014-07-04 02:52:43 +04:00
ErrorCodes.h Use spaces for vertical alignment 2014-04-04 09:25:38 -04:00
FuncList.cpp Logging system rework 2014-06-26 17:34:28 +02:00
ModuleManager.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
ModuleManager.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
Modules.cpp Logging system rework 2014-06-26 17:34:28 +02:00
Modules.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
SC_FUNC.h fixes to get llvm to compile (excepti for utils.cpp, that'll get fixed 2014-04-12 12:06:52 +02:00
Static.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
Static.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
SysCalls.cpp Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
SysCalls.h Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00