rpcsx/rpcs3/Emu/SysCalls
Peter Tissen bd65f81074 Fix some small mistakes
* replace_first and replace_all were in the wrong namespace, so they could not be linked
* replace_all did not work correctly (would loop indefinately)
* cellGcmUnmapIoAddress did not shif the size, so it would run past the end of the mmap array
* fsstat did use a 32-bit size on Windows, so files >4 gigs would return "stat failed"
2015-02-02 11:27:18 +01:00
..
lv2 Fix some small mistakes 2015-02-02 11:27:18 +01:00
Modules Fix some small mistakes 2015-02-02 11:27:18 +01:00
Callback.cpp cellAudio, thread_t improvements, pause/resume callback 2015-01-17 19:14:58 +03:00
Callback.h scePerf stub, sceSysmodule, sema, ef 2015-01-27 03:19:51 +03:00
CB_FUNC.h vm_ptr: function format changed 2015-01-28 15:59:16 +03:00
ErrorCodes.h Use spaces for vertical alignment 2014-04-04 09:25:38 -04:00
FuncList.cpp Added function "sys_process_is_stack" 2014-12-15 19:09:27 +03:00
LogBase.cpp fmt::format() optimization (fmt::unveil template) 2015-01-19 01:54:56 +03:00
LogBase.h fmt::format() optimization (fmt::unveil template) 2015-01-19 01:54:56 +03:00
ModuleManager.cpp Implement cellSubDisplayGetRequiredMemory 2014-12-30 22:15:00 +02:00
ModuleManager.h Improved LLE Manager 2014-11-29 15:16:53 +02:00
Modules.cpp PPU: Corrected SC instruction format to comply with the PowerISA 2014-12-11 19:13:17 +05:30
Modules.h vm_ptr: function format changed 2015-01-28 15:59:16 +03:00
SC_FUNC.h cast_armv7_gpr added 2015-01-19 21:02:33 +03:00
Static.cpp PPU: Corrected SC instruction format to comply with the PowerISA 2014-12-11 19:13:17 +05:30
Static.h declCPU removed, PPUThread& is passed as argument 2014-09-16 21:49:50 +04:00
SyncPrimitivesManager.cpp Warning fix 2015-01-02 18:29:57 +03:00
SyncPrimitivesManager.h Kernel Explorer partially restored 2014-12-24 19:09:32 +03:00
SysCalls.cpp SQueue renamed and moved 2014-12-25 01:24:17 +03:00
SysCalls.h std::shared_ptr in IdManager 2014-12-24 02:38:13 +03:00