rpcsx/rpcs3/Emu/SysCalls/lv2
Hykem a9a246a866 General improvements:
- Added drafts for event flag emulation;
- Implemented memory locking/unlocking;
- Refactored common SC_Memory objects;
- Implemented VM (virtual memory) syscalls;
- Improved cellGameBootCheck;
- Added more dummy values to cellVideoOutGetDeviceInfo;
- Mapped functions sys_mmapper_allocate_memory and sys_mmapper_map_memory to sysPrxForUser;
- Mapped syscalls 341 and 342 (duplicates of 324 and 325) to sys_memory_container_create and sys_memory_container_destroy;

Improved PKG installation routine:
- Allow immediate game booting;
- Fixed and improved game folder path handling.
2013-12-07 20:56:42 +00:00
..
SC_Condition.cpp - Improved sc function binder. 2013-06-30 11:46:29 +03:00
SC_Event.cpp General improvements: 2013-12-07 20:56:42 +00:00
SC_FileSystem.cpp Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
SC_FileSystem.h Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
SC_GCM.cpp OpenGL renderer: 2013-08-26 17:18:59 +03:00
SC_Heap.cpp http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
SC_Keyboard.cpp Some Modules updated to use mem*_t class 2013-09-28 16:30:04 +02:00
SC_Lwmutex.cpp - Implemented ARM9Thread. 2013-11-03 21:23:16 +02:00
SC_Memory.cpp General improvements: 2013-12-07 20:56:42 +00:00
SC_Memory.h General improvements: 2013-12-07 20:56:42 +00:00
SC_Mouse.cpp Some Modules updated to use mem*_t class 2013-09-28 16:30:04 +02:00
SC_Mutex.cpp - Improved sc function binder. 2013-06-30 11:46:29 +03:00
SC_Mutex.h - Improved sc function binder. 2013-06-30 11:46:29 +03:00
SC_Pad.cpp - Fixed OpenGL renderer LoadVertexArray & DrawArray. 2013-11-19 23:10:23 +02:00
SC_PPU_Thread.cpp First stage of WX dependency removal. 2013-11-28 05:16:19 +10:00
SC_Process.cpp Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
SC_RSX.cpp Merge branch 'master' of https://github.com/AlexAltea/rpcs3 2013-11-09 02:05:58 +01:00
SC_Rwlock.cpp - Fixed OpenGL renderer LoadVertexArray & DrawArray. 2013-11-19 23:10:23 +02:00
SC_Rwlock.h Merge branch 'master' of https://github.com/AlexAltea/rpcs3 2013-11-09 02:05:58 +01:00
SC_Semaphore.cpp Missing changes from last commit. 2013-11-26 00:28:08 +00:00
SC_SPU_Thread.cpp First stage of WX dependency removal. 2013-11-28 05:16:19 +10:00
SC_SPU_Thread.h - Fixed OpenGL renderer LoadVertexArray & DrawArray. 2013-11-19 23:10:23 +02:00
SC_sys_spu.cpp Fix linking 2013-11-24 10:23:04 +01:00
SC_Time.cpp Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
SC_Timer.cpp - Fixed OpenGL renderer LoadVertexArray & DrawArray. 2013-11-19 23:10:23 +02:00
SC_Timer.h Merge branch 'master' of https://github.com/AlexAltea/rpcs3 2013-11-09 02:05:58 +01:00
SC_Trace.cpp Merge branch 'master' of https://github.com/AlexAltea/rpcs3 2013-11-09 02:05:58 +01:00
SC_TTY.cpp - Improved sc function binder. 2013-06-30 11:46:29 +03:00
SC_VM.cpp General improvements: 2013-12-07 20:56:42 +00:00