rpcsx/rpcs3/Emu/SysCalls/Modules
Alexandro Sánchez Bach f86ac251a8 TROPUSR Loader & sceNpTrophy stuff
* Added a loader for the TROPUSR.DAT files.
* Added a few structs/enums to sceNpTrophy.h
* Added more sceNpTrophy functions and updated other ones.
* Updated cellHddGame error codes in cellSysutil.h
* Added addresses of cellHddGame to cellSysutil_init.

NOTE:  There is a known problem in the `if
(!Emu.GetVFS().ExistsFile(filepath))` in `TROPUSRLoader::Load` which
causes the games to overwrite their TROPUSR.DAT file every time they
boot and they "forget" the unlocked trophies. However, as long as the
game is running the unlocked trophies should be still there.
2014-03-20 19:23:14 +01:00
..
cellAdec.cpp sys_spinlock implemented 2014-03-13 20:11:16 +04:00
cellAdec.h Update 2014-03-13 13:17:45 +04:00
cellAtrac.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellAudio.cpp DMA List commands 2014-03-15 19:43:14 +04:00
cellBgdl.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellCamera.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellCelp8Enc.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellCelpEnc.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellDmux.cpp Update 2014-03-13 13:17:45 +04:00
cellDmux.h Update 2014-03-13 13:17:45 +04:00
cellFiber.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellFont.cpp TextureBorderColor & cellFont problems fixed 2014-03-18 17:45:26 +01:00
cellFont.h First cellFont functions & minor changes 2013-12-09 17:56:04 +01:00
cellFontFT.cpp First cellFont functions & minor changes 2013-12-09 17:56:04 +01:00
cellGame.cpp cellGame, cellSysutil and TRP installer improved 2014-03-17 20:34:19 +01:00
cellGcmSys.cpp Using be_t in some cellGcm structs & minor fixes 2014-02-24 17:03:47 +01:00
cellGem.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellGifDec.cpp memcpy partially replaced 2014-02-26 18:06:13 +04:00
cellGifDec.h Improved ID manager. 2014-01-19 05:14:11 +02:00
cellHttpUtil.cpp Improved image dec. modules & New dummy modules 2013-09-25 15:43:55 +02:00
cellImejp.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellJpgDec.cpp memcpy partially replaced 2014-02-26 18:06:13 +04:00
cellJpgDec.h Improved ID manager. 2014-01-19 05:14:11 +02:00
cellJpgEnc.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellKey2char.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellL10n.cpp Linux build fix. 2014-03-12 02:36:58 +10:00
cellLv2dbg.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellMic.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellMusicDecode.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellMusicExport.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellNetCtl.cpp Conflicts fixed 2014-03-06 15:50:45 +04:00
cellOvis.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellPamf.cpp memcpy partially replaced 2014-02-26 18:06:13 +04:00
cellPamf.h Work on demuxer, ffmpeg libs linked 2014-02-24 04:00:42 +04:00
cellPhotoDecode.cpp Merge branch 'master' of https://github.com/AlexAltea/rpcs3 2013-11-09 02:05:58 +01:00
cellPhotoExport.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellPhotoImport.cpp Merge branch 'master' of https://github.com/AlexAltea/rpcs3 2013-11-09 02:05:58 +01:00
cellPngDec.cpp respect the outputBytesPerLine parameter if it's longer than the natural length of the PNG file 2014-03-07 04:15:56 +01:00
cellPngDec.h Improved ID manager. 2014-01-19 05:14:11 +02:00
cellPngEnc.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellPrint.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellResc.cpp Make buildable with GCC in Linux 2014-02-23 17:52:52 +01:00
cellResc.h - Implemented cellRescResetFlipStatus & cellRescGetFlipStatus. 2013-11-16 03:44:08 +02:00
cellRtc.cpp Conflicts fixed 2014-03-06 15:50:45 +04:00
cellRtc.h Conflicts fixed 2014-03-06 15:50:45 +04:00
cellRudp.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellSail.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellSailRec.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellSaveData.cpp Start porting to GNU compiler 2013-11-23 23:27:58 +01:00
cellScreenshot.cpp Merge branch 'master' of https://github.com/AlexAltea/rpcs3 2013-11-09 02:05:58 +01:00
cellSearch.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellSheap.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellSpurs.cpp sys_spinlock implemented 2014-03-13 20:11:16 +04:00
cellSpurs.h Compilation fix 2014-03-12 02:36:58 +10:00
cellSsl.cpp Improved image dec. modules & New dummy modules 2013-09-25 15:43:55 +02:00
cellSubdisplay.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellSync.cpp make things compile under windows again, there's still some ugly ifdefs 2014-02-24 01:51:55 +01:00
cellSync2.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellSysmodule.cpp Minor changes 2014-03-14 18:12:12 +01:00
cellSysutil.cpp TROPUSR Loader & sceNpTrophy stuff 2014-03-20 19:23:14 +01:00
cellSysutil.h TROPUSR Loader & sceNpTrophy stuff 2014-03-20 19:23:14 +01:00
cellSysutilAp.cpp Few module functions added 2014-02-11 03:47:25 +01:00
cellUsbd.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellUsbpspcm.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellUserInfo.cpp cellUserInfo module added & cellFsReadWithOffset 2014-03-11 18:40:37 +01:00
cellUserInfo.h cellHddGameCheck and some fixes 2014-03-19 16:19:35 +01:00
cellVdec.cpp Update 2014-03-13 13:17:45 +04:00
cellVdec.h prx_mem memory leak fixed 2014-03-04 23:18:17 +04:00
cellVoice.cpp More dummy modules 2013-09-28 04:36:57 +02:00
cellVpost.cpp It can play video, but it can't 2014-03-04 03:21:34 +04:00
cellVpost.h Vpost draft 2014-03-01 12:38:50 +04:00
libmixer.cpp sys_ppu_thread_join, sys_ppu_thread_exit fixed 2014-03-07 16:03:42 +04:00
libmixer.h libmixer draft 2014-03-06 15:40:50 +04:00
sceNp.cpp Linux build fix 2014-03-16 22:49:05 +10:00
sceNp.h Few functions added 2014-03-01 19:33:39 +01:00
sceNpTrophy.cpp TROPUSR Loader & sceNpTrophy stuff 2014-03-20 19:23:14 +01:00
sceNpTrophy.h TROPUSR Loader & sceNpTrophy stuff 2014-03-20 19:23:14 +01:00
sys_fs.cpp Merge pull request #100 from O1L/master 2014-03-11 20:14:39 +01:00
sys_http.cpp Improved image dec. modules & New dummy modules 2013-09-25 15:43:55 +02:00
sys_io.cpp Minor improvements 2014-01-05 03:58:03 +04:00
sys_net.cpp Linux build fix 2014-03-16 22:49:05 +10:00
sys_net.h cellHddGameCheck and some fixes 2014-03-19 16:19:35 +01:00
sysPrxForUser.cpp Improved FRES and FRSQRTE results (tested with ppu_fpu). 2014-03-15 19:45:43 +00:00