rpcsx/rpcs3
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
..
cmake_modules add precompiled header build to cmake to speed up building 2014-04-27 19:07:20 +02:00
Crypto 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
Emu Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
Gui Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
Loader 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
rpcs3qt PSF Loader improved & issue #126 fixed 2014-03-28 05:20:13 +01:00
CMakeLists.txt Merge pull request #216 from UnconventionalT/binary-dir-fix 2014-06-09 01:36:15 +01:00
emucore.vcxproj Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
emucore.vcxproj.filters Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
emucore.vcxproj.user initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
git-version.h Basic DMA, MFC, channel changes 2013-12-11 02:58:11 +04:00
Ini.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
Ini.h Obsolete option "480p downscale" and make it auto rescale whenever approriate 2014-07-03 00:48:44 +08:00
rpcs3.cpp Logging system rework 2014-06-26 17:34:28 +02:00
rpcs3.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
rpcs3.rc http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
rpcs3.vcxproj rename conlog gui file and set the logbuffer-consumed flag sooner 2014-06-27 06:01:40 +02:00
rpcs3.vcxproj.filters rename conlog gui file and set the logbuffer-consumed flag sooner 2014-06-27 06:01:40 +02:00
rpcs3.vcxproj.user reset debug output directory 2014-06-08 23:23:36 +02:00
stdafx.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
stdafx.h Logging system rework 2014-06-26 17:34:28 +02:00