rpcsx/rpcs3/Emu
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
..
ARMv7 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
Audio Merge branch 'master' of https://github.com/DHrpcs3/rpcs3 2014-06-27 20:05:17 +04:00
Cell Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
CPU 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
FS FileExists() fixed 2014-07-01 16:21:55 +04:00
GS Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
HDD 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
Io 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
Memory cellMsgDialog functions improved 2014-07-04 02:52:43 +04:00
SysCalls Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
DbgCommand.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
DbgCommand.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
Event.cpp Logging system rework 2014-06-26 17:34:28 +02:00
event.h Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
GameInfo.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
System.cpp Small changes 2014-06-28 05:19:44 +04:00
System.h Logging system rework 2014-06-26 17:34:28 +02:00