rpcs3/rpcs3/Emu/SysCalls/Modules
S Gopal Rajagopal 411dfd9a3f Merge remote-tracking branch 'upstream/master' into spurs_taskset
Conflicts:
	rpcs3/Emu/SysCalls/Modules/cellSpurs.cpp
	rpcs3/Emu/SysCalls/Modules/cellSpurs.h
	rpcs3/emucore.vcxproj.filters
2015-01-21 01:13:53 +05:30
..
cellAdec.cpp vm::ptr::make() fixed, added to_le() method 2015-01-19 19:30:35 +03:00
cellAdec.h SQueue renamed and moved 2014-12-25 01:24:17 +03:00
cellAtrac.cpp ARMv7: more opcodes, some changes in loader 2014-11-02 02:19:14 +03:00
cellAtrac.h cellAdec improved 2014-10-28 00:24:11 +03:00
cellAudio.cpp Exception handling fix 2015-01-18 16:57:39 +03:00
cellAudio.h cellAudio, thread_t improvements, pause/resume callback 2015-01-17 19:14:58 +03:00
cellAvconfExt.cpp Warning fix 2015-01-02 18:29:57 +03:00
cellBgdl.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellCamera.cpp Experimental template formatting with be_t<> support 2015-01-12 21:12:06 +03:00
cellCamera.h Added new things, updated others 2014-09-09 18:44:02 +03:00
cellCelp8Enc.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellCelpEnc.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellDmux.cpp vm::ptr::make() fixed, added to_le() method 2015-01-19 19:30:35 +03:00
cellDmux.h a128() removed 2015-01-11 15:13:18 +03:00
cellFiber.cpp Change ModuleManager::init function. 2014-09-13 22:00:17 +02:00
cellFiber.h cellFiber stub activated 2014-08-28 02:14:24 +04:00
cellFont.cpp .ToLE() changed to .value() or removed 2015-01-14 02:08:00 +03:00
cellFont.h Include clearing 2014-08-24 00:40:04 +04:00
cellFontFT.cpp Change ModuleManager::init function. 2014-09-13 22:00:17 +02:00
cellFontFT.h Include clearing 2014-08-24 00:40:04 +04:00
cellGame.cpp fmt::format() optimization (fmt::unveil template) 2015-01-19 01:54:56 +03:00
cellGame.h vm::stackvar (experimental) 2015-01-07 05:14:00 +03:00
cellGcmSys.cpp Implement cellPadPeriphGetInfo 2015-01-01 12:25:37 +02:00
cellGcmSys.h cellGcmCallback modified 2014-11-08 19:58:51 +03:00
cellGem.cpp Experimental template formatting with be_t<> support 2015-01-12 21:12:06 +03:00
cellGem.h cellGem bug fixed 2014-08-24 00:42:49 +04:00
cellGifDec.cpp Formatting changes 2015-01-20 02:15:43 +03:00
cellGifDec.h Some functions removed 2014-09-04 21:32:20 +04:00
cellHttpUtil.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellImejp.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellJpgDec.cpp Formatting changes 2015-01-20 02:15:43 +03:00
cellJpgDec.h Some functions removed 2014-09-04 21:32:20 +04:00
cellJpgEnc.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellKb.cpp Some memory functions removed 2014-09-03 20:33:30 +04:00
cellKb.h Some memory functions removed 2014-09-03 20:33:30 +04:00
cellKey2char.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellL10n.cpp Remove unneeded be_t 2014-10-11 20:20:01 +03:00
cellL10n.h Implemented L10nConvertStr as only char* -> char* (type). 2014-08-18 17:47:54 +08:00
cellLv2dbg.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellMic.cpp Initial CellMic implementation 2014-10-18 22:22:52 +04:00
cellMic.h cellSail updates and many various fixes 2014-12-19 13:31:52 +02:00
cellMouse.cpp Some memory functions removed 2014-09-03 20:33:30 +04:00
cellMouse.h Some memory functions removed 2014-09-03 20:33:30 +04:00
cellMsgDialog.cpp cellAudio updated, thread_t updated 2015-01-16 17:36:53 +03:00
cellMsgDialog.h cellMsgDialogOpen2(): argument checking improved 2014-12-19 02:18:44 +03:00
cellMusicDecode.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellMusicExport.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellNetCtl.cpp Conflicts fixed 2014-10-02 16:19:52 +04:00
cellNetCtl.h Remove unneeded be_t 2014-10-11 20:20:01 +03:00
cellOvis.cpp Added sceNpBasicGetFriendListEntryCount and sceNpBasicGetMessageEntryCount 2014-09-20 19:09:18 +03:00
cellPad.cpp Formatting fixes, ToBE() replaced with data() 2015-01-13 17:54:36 +03:00
cellPad.h Implement cellPadPeriphGetInfo 2015-01-01 12:25:37 +02:00
cellPamf.cpp cellPamfReaderGetStreamInfo() improved 2014-12-13 19:54:01 +03:00
cellPamf.h cellSail PAMF creation and 3D availability fix 2014-12-24 20:47:56 +02:00
cellPhotoDecode.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellPhotoExport.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellPhotoImport.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellPng.h WIP (cellPngDec refactoring) 2014-09-08 04:54:17 +04:00
cellPngDec.cpp Formatting changes 2015-01-20 02:15:43 +03:00
cellPngDec.h ARMv7: more opcodes, some changes in loader 2014-11-02 02:19:14 +03:00
cellPngEnc.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellPrint.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellResc.cpp .ToLE() changed to .value() or removed 2015-01-14 02:08:00 +03:00
cellResc.h CallbackManager rewritten 2014-09-11 23:18:19 +04:00
cellRtc.cpp .ToLE() changed to .value() or removed 2015-01-14 02:08:00 +03:00
cellRtc.h cellPngDec fixes and some rewritings 2014-04-02 19:53:44 +02:00
cellRudp.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellSail.cpp .ToLE() changed to .value() or removed 2015-01-14 02:08:00 +03:00
cellSail.h cellSail updates and many various fixes 2014-12-19 13:31:52 +02:00
cellSailRec.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellSaveData.cpp vm::ptr::make() fixed, added to_le() method 2015-01-19 19:30:35 +03:00
cellSaveData.h cellSaveData reorganized a bit 2015-01-05 02:07:46 +03:00
cellScreenshot.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellSearch.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellSheap.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellSpurs.cpp Merge remote-tracking branch 'upstream/master' into spurs_taskset 2015-01-21 01:13:53 +05:30
cellSpurs.h Merge remote-tracking branch 'upstream/master' into spurs_taskset 2015-01-21 01:13:53 +05:30
cellSpursJq.cpp SQueue renamed and moved 2014-12-25 01:24:17 +03:00
cellSpursJq.h cellSpursJq stub 2014-08-27 18:37:51 +04:00
cellSpursSpu.cpp SPURS: Add locks in the system service workload 2015-01-05 21:54:03 +05:30
cellSsl.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellSubdisplay.cpp Implement cellSubDisplayGetRequiredMemory 2014-12-30 22:15:00 +02:00
cellSubdisplay.h Implement cellSubDisplayGetRequiredMemory 2014-12-30 22:15:00 +02:00
cellSync.cpp RealToVirtualAddr became vm::get_addr() 2015-01-19 22:41:31 +03:00
cellSync.h vm::atomic -> atomic_t 2014-09-27 22:49:33 +04:00
cellSync2.cpp ARMv7: more opcodes, some changes in loader 2014-11-02 02:19:14 +03:00
cellSync2.h cellSync2 fixes 2014-09-06 14:52:22 +04:00
cellSysmodule.cpp Change ModuleManager::init function. 2014-09-13 22:00:17 +02:00
cellSysutil.cpp Audio format changed to 8ch 2015-01-18 02:01:08 +03:00
cellSysutil.h CallbackManager rewritten 2014-09-11 23:18:19 +04:00
cellSysutilAp.cpp Change ModuleManager::init function. 2014-09-13 22:00:17 +02:00
cellUsbd.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellUsbpspcm.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellUserInfo.cpp Remove unneeded be_t 2014-10-11 20:20:01 +03:00
cellUserInfo.h mem_ptr_t replaced 2014-09-02 05:05:13 +04:00
cellVdec.cpp vm::ptr::make() fixed, added to_le() method 2015-01-19 19:30:35 +03:00
cellVdec.h a128() removed 2015-01-11 15:13:18 +03:00
cellVoice.cpp Log include fixes 2014-08-23 18:51:51 +04:00
cellVpost.cpp std::shared_ptr in IdManager 2014-12-24 02:38:13 +03:00
cellVpost.h Use spaces for vertical alignment 2014-04-04 09:25:38 -04:00
libmixer.cpp cellAudio, thread_t improvements, pause/resume callback 2015-01-17 19:14:58 +03:00
libmixer.h cellAudio, thread_t improvements, pause/resume callback 2015-01-17 19:14:58 +03:00
libsnd3.cpp Log include fixes 2014-08-23 18:51:51 +04:00
libsnd3.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
libsynth2.cpp Formatting changes 2015-01-20 02:15:43 +03:00
libsynth2.h initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
sceNp.cpp Experimental template formatting with be_t<> support 2015-01-12 21:12:06 +03:00
sceNp.h Implemented sceNpBasicGetEvent, sceNpLookupInit and sceNpLookupTerm 2014-09-25 20:07:06 +03:00
sceNpClans.cpp Fix 2 for "Added initialization checks in SceNpClans module" 2014-10-04 01:09:40 +04:00
sceNpClans.h Huge SceNp header additions and splitting 2014-08-15 17:57:55 +03:00
sceNpCommerce2.cpp Added sceNpTrophyTerm and proofed some unloadings 2014-09-22 22:00:28 +03:00
sceNpCommerce2.h Include clearing 2014-08-24 00:40:04 +04:00
sceNpSns.cpp Change ModuleManager::init function. 2014-09-13 22:00:17 +02:00
sceNpSns.h Huge SceNp header additions and splitting 2014-08-15 17:57:55 +03:00
sceNpTrophy.cpp Formatting fixes, ToBE() replaced with data() 2015-01-13 17:54:36 +03:00
sceNpTrophy.h Huge SceNp header additions and splitting 2014-08-15 17:57:55 +03:00
sceNpTus.cpp Added initialization and termination for SceNpTus Module 2014-10-04 11:38:38 +04:00
sceNpTus.h Include clearing 2014-08-24 00:40:04 +04:00
sys_http.cpp Log include fixes 2014-08-23 18:51:51 +04:00
sys_io.cpp Change ModuleManager::init function. 2014-09-13 22:00:17 +02:00
sys_net.cpp Formatting fixes, ToBE() replaced with data() 2015-01-13 17:54:36 +03:00
sys_net.h sys_net: Implement sockaddr_in, inet_addr, listen 2014-04-24 22:02:33 -07:00
sysPrxForUser.cpp Callback syntax changed 2015-01-11 13:43:40 +03:00
sysPrxForUser.h CellSpurs initialization 2014-09-19 04:19:22 +04:00