rpcsx/rpcs3/Gui
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
..
AboutDialog.h cellHddGameCheck and some fixes 2014-03-19 16:19:35 +01:00
CompilerELF.cpp Logging system rework 2014-06-26 17:34:28 +02:00
CompilerELF.h Clean up UI code. 2014-04-27 19:53:13 -04:00
ConLogFrame.cpp Small fixes 2014-06-30 01:08:56 +04:00
ConLogFrame.h Logging system rework 2014-06-26 17:34:28 +02:00
Debugger.cpp Logging system rework 2014-06-26 17:34:28 +02:00
Debugger.h Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
DisAsmFrame.cpp Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
DisAsmFrame.h Seperate ConLog.h and ConLogFrame.h (for now only seperate headers) 2014-06-06 02:50:22 +02:00
FnIdGenerator.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
FnIdGenerator.h Fixed issue #221, and other minor changes. 2014-05-13 22:45:24 +04:00
FrameBase.h use non-wx header only Ini library in preparation of the core/gui devide 2014-06-01 22:57:50 +02:00
GameViewer.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
GameViewer.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
GLGSFrame.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
GLGSFrame.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
GSFrame.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
GSFrame.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
InstructionEditor.h replace all instances of wxString with std::string in all cases not 2014-04-01 16:23:03 +02:00
InterpreterDisAsm.cpp Removed external functions from SysCalls.h 2014-07-06 16:23:37 +02:00
InterpreterDisAsm.h Clean up UI code. 2014-04-27 19:53:13 -04:00
MainFrame.cpp Obsolete option "480p downscale" and make it auto rescale whenever approriate 2014-07-03 00:48:44 +08:00
MainFrame.h Logging system rework 2014-06-26 17:34:28 +02:00
MemoryViewer.cpp Logging system rework 2014-06-26 17:34:28 +02:00
MemoryViewer.h Fix some type comparion warnings. 2014-04-27 21:31:41 -07:00
PADManager.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
PADManager.h Clean up UI code. 2014-04-27 19:53:13 -04:00
Plugins.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
RegisterEditor.h Clean up UI code. 2014-04-27 19:53:13 -04:00
RSXDebugger.cpp Logging system rework 2014-06-26 17:34:28 +02:00
RSXDebugger.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
TextInputDialog.cpp Clean up UI code. 2014-04-27 19:53:13 -04:00
TextInputDialog.h Implemented small tool for generating id of HLE-Function. Fixed small issue in PADManager dialog. 2014-04-09 23:57:26 +04:00
VFSManager.cpp Logging system rework 2014-06-26 17:34:28 +02:00
VFSManager.h Clean up UI code. 2014-04-27 19:53:13 -04:00
VHDDManager.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
VHDDManager.h Clean up UI code. 2014-04-27 19:53:13 -04:00