rpcsx/rpcs3/Emu/Cell/Modules
Megamouse 53b95fea19 audio: rename audio channels to audio downmix
The setting does not actually define the channels themselves, only the downmix option that the PS3 provides.
Channels might be changed seperately in the future.
2020-07-08 21:11:23 +02:00
..
cell_FreeType2.cpp hle: Add more missing functions 2019-04-07 23:31:15 +03:00
cellAdec.cpp idm: Fix minor race in cellVdecClose, sys_raw_spu_destroy... 2020-03-14 18:30:14 +02:00
cellAdec.h HLE: add even more error_code 2019-11-18 23:42:49 +01:00
cellAtrac.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellAtrac.h HLE: add even more error_code 2019-11-18 23:42:49 +01:00
cellAtracMulti.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellAtracMulti.h HLE: add even more error_code 2019-11-18 23:42:49 +01:00
cellAudio.cpp audio: rename audio channels to audio downmix 2020-07-08 21:11:23 +02:00
cellAudio.h audio: rename audio channels to audio downmix 2020-07-08 21:11:23 +02:00
cellAudioIn.h HLE: add some more constants 2020-01-23 10:50:55 +01:00
cellAudioOut.cpp cellAudioOut Improvements 2020-04-30 15:45:20 +03:00
cellAudioOut.h HLE: add some more constants 2020-01-23 10:50:55 +01:00
cellAuthDialog.cpp hle: cellAuthDialog 2020-02-22 16:03:14 +03:00
cellAvconfExt.cpp video: Allow selection of 3D stereo resolutions 2020-03-07 16:58:35 +03:00
cellBgdl.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellBgdl.h HLE: add even more error_code 2019-11-18 23:42:49 +01:00
cellCamera.cpp Fix some warnings (GCC) 2020-05-05 21:55:22 +03:00
cellCamera.h Fix state reset in cellMic, cellAudio, cellCamera (#6761) 2019-10-13 19:26:11 +03:00
cellCelp8Enc.cpp HLE: stub cellCelpEnc and cellCelp8Enc 2019-11-18 23:42:49 +01:00
cellCelp8Enc.h HLE: stub cellCelpEnc and cellCelp8Enc 2019-11-18 23:42:49 +01:00
cellCelpEnc.cpp HLE: stub cellCelpEnc and cellCelp8Enc 2019-11-18 23:42:49 +01:00
cellCelpEnc.h HLE: stub cellCelpEnc and cellCelp8Enc 2019-11-18 23:42:49 +01:00
cellCrossController.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellCrossController.h HLE: stub cellCrossController some more 2019-11-18 23:42:49 +01:00
cellDaisy.cpp [noexcept] Don't throw on unimplemented HLE functions. 2019-09-02 14:43:31 +03:00
cellDaisy.h Clean vm::ps3 namespace use 2018-02-09 17:49:37 +03:00
cellDmux.cpp Apply some Clang-Tidy fixes 2020-02-27 00:38:55 +03:00
cellDmux.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellDtcpIpUtility.cpp hle: Fix cellSysutilAvcExt module 2019-03-31 00:55:55 +03:00
cellFiber.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellFiber.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellFont.cpp First part of fixing sign-compare warning (inside be_t). 2020-02-19 22:54:58 +03:00
cellFont.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellFontFT.cpp hle: Add more missing functions 2019-04-07 23:31:15 +03:00
cellFontFT.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellFs.cpp sys_fs: Lock dev_hdd1 mount point at cellSysCacheClear 2020-04-04 19:36:16 +01:00
cellFs.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellGame.cpp Fix cellGameDataCheckCreate2 error broken check (#7976) 2020-04-07 14:03:03 +03:00
cellGame.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellGameExec.cpp hle: Add some more functions 2019-04-10 22:15:35 +03:00
cellGcmSys.cpp rsx: Fix grammer issue (binded -> bound) 2020-04-11 21:21:15 +03:00
cellGcmSys.h HLE cellGcmSys: Make IOTable accurate 2020-02-19 18:11:30 +00:00
cellGem.cpp Input: Use global variables for pad modifications 2020-06-26 04:42:52 +02:00
cellGem.h cellGem: add some explanatory comments 2019-12-10 23:20:13 +01:00
cellGifDec.cpp First part of fixing sign-compare warning (inside be_t). 2020-02-19 22:54:58 +03:00
cellGifDec.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellHttp.cpp hle: Add more missing functions 2019-04-07 23:31:15 +03:00
cellHttp.h Minor fixes 2019-07-01 04:33:23 +03:00
cellHttpUtil.cpp Apply some Clang-Tidy fixes 2020-02-27 00:38:55 +03:00
cellHttpUtil.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellImeJp.cpp Fix warnings in emucore 2020-03-04 21:23:34 +03:00
cellImeJp.h Improve cellImeJp (#7014) 2019-12-31 16:02:10 +01:00
cellJpgDec.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellJpgDec.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellJpgEnc.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellJpgEnc.h Clean vm::ps3 namespace use 2018-02-09 17:49:37 +03:00
cellKb.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellKb.h cellKb: improve key conversion 2019-08-18 08:18:15 +02:00
cellKey2char.cpp stub cellKey2Char 2019-10-19 19:13:33 +02:00
cellL10n.cpp Fix signed-unsigned comparisons and mark warning as error (part 2). 2020-02-19 22:54:58 +03:00
cellL10n.h Clean vm::ps3 namespace use 2018-02-09 17:49:37 +03:00
cellLibprof.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellMic.cpp Move some format functions 2020-04-06 20:59:58 +02:00
cellMic.h cellMic: add some params 2019-10-08 08:21:30 +02:00
cellMouse.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellMouse.h cellMouse: add error_code 2019-09-08 20:54:43 +03:00
cellMsgDialog.cpp input/overlays: fix premature pad interception removal 2020-03-10 19:04:32 +01:00
cellMsgDialog.h cellSaveData/cellMsgDialog: implement cellSaveDataDelete 2019-08-22 08:05:12 +02:00
cellMusic.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellMusic.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellMusicDecode.cpp Use g_fxo for cellMusicDecode 2019-08-27 03:50:15 +03:00
cellMusicExport.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellNetAoi.cpp hle: Fix cellSysutilAvcExt module 2019-03-31 00:55:55 +03:00
cellNetCtl.cpp Fake PSN (#7516) 2020-03-04 13:55:35 +00:00
cellNetCtl.h Fake PSN (#7516) 2020-03-04 13:55:35 +00:00
cellOskDialog.cpp overlays: implement osk panels 2020-03-19 21:10:08 +01:00
cellOskDialog.h overlays: implement osk panels 2020-03-19 21:10:08 +01:00
cellOvis.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellPad.cpp Input: remember registered ldd controllers 2020-05-13 11:17:58 +02:00
cellPad.h cellpad: add pclass_profile flags 2020-04-25 10:17:48 +02:00
cellPamf.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellPamf.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellPesmUtility.cpp hle: Fix cellSysutilAvcExt module 2019-03-31 00:55:55 +03:00
cellPhotoDecode.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellPhotoExport.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellPhotoImport.cpp Make vm::var unmoveable 2018-09-03 21:40:36 +03:00
cellPng.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellPngDec.cpp Add error_code to cellPngDec 2020-06-04 23:13:40 +03:00
cellPngDec.h Add error_code to cellPngDec 2020-06-04 23:13:40 +03:00
cellPngEnc.cpp stub cellPngEnc 2020-06-04 23:13:40 +03:00
cellPngEnc.h stub cellPngEnc 2020-06-04 23:13:40 +03:00
cellPrint.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellRec.cpp Use g_fxo for cellRec 2019-08-22 02:13:39 +03:00
cellRemotePlay.cpp stub cellRemotePlay and cellResc and cellStorage 2019-12-24 11:54:32 +01:00
cellRemotePlay.h stub cellRemotePlay and cellResc and cellStorage 2019-12-24 11:54:32 +01:00
cellResc.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellResc.h stub cellRemotePlay and cellResc and cellStorage 2019-12-24 11:54:32 +01:00
cellRtc.cpp cellRtc: Extend before shift, per decompiled output 2020-04-13 14:37:11 +03:00
cellRtc.h Implement cellRtc HLE (#7933) 2020-04-09 15:54:41 +03:00
cellRtcAlarm.cpp hle: Add some more functions 2019-04-10 22:15:35 +03:00
cellRudp.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellRudp.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellSail.cpp Fix warnings in emucore 2020-03-04 21:23:34 +03:00
cellSail.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellSailRec.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellSaveData.cpp cellSaveData: Emulate PPU processing of auto/list post-fixed callback 2020-06-25 19:50:33 +03:00
cellSaveData.h Untangle GUI and input includes 2020-02-24 16:31:01 +01:00
cellScreenshot.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellScreenshot.h move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellSearch.cpp cellSearch: Change search state before invoking callbacks 2020-04-05 16:35:56 +03:00
cellSearch.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellSheap.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellSpudll.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellSpudll.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellSpurs.cpp Make error_code::value member private 2020-06-27 09:02:55 +01:00
cellSpurs.h Update cellSpurs.h 2020-05-22 22:19:04 +03:00
cellSpursJq.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellSpursJq.h Clean vm::ps3 namespace use 2018-02-09 17:49:37 +03:00
cellSpursSpu.cpp Get rid of "module" keyword 2020-05-06 18:20:11 +03:00
cellSsl.cpp Fix signed-unsigned comparisons and mark warning as error (part 2). 2020-02-19 22:54:58 +03:00
cellSsl.h Fix warning about truncation 2019-12-07 10:22:11 +01:00
cellStorage.cpp Fixup for LOG system. 2020-01-31 12:09:52 +03:00
cellStorage.h stub cellRemotePlay and cellResc and cellStorage 2019-12-24 11:54:32 +01:00
cellSubDisplay.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellSubDisplay.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellSync.cpp Replace utils::popcnt32 with std::popcount 2020-04-14 16:05:58 +03:00
cellSync.h Use attributes for LIKELY/UNLIKELY 2020-02-05 10:42:34 +03:00
cellSync2.cpp First part of fixing sign-compare warning (inside be_t). 2020-02-19 22:54:58 +03:00
cellSync2.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellSysCache.cpp sys_fs: Lock dev_hdd1 mount point at cellSysCacheClear 2020-04-04 19:36:16 +01:00
cellSysconf.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellSysconf.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellSysmodule.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellSysutil.cpp Linguistic changes (#7917) 2020-04-07 17:10:04 +02:00
cellSysutil.h cellSysutilGetSystemParamString improvements 2019-11-26 20:21:33 +00:00
cellSysutilAp.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellSysutilAvc.cpp Fixup for LOG system. 2020-01-31 12:09:52 +03:00
cellSysutilAvc2.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellSysutilAvc2.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellSysutilAvcExt.cpp hle: Fix cellSysutilAvcExt module 2019-03-31 00:55:55 +03:00
cellSysutilMisc.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellSysutilNpEula.cpp hle: cellSysutilNpEula 2020-03-27 15:26:28 +03:00
cellUsbd.cpp hle: Add some more functions 2019-04-10 22:15:35 +03:00
cellUsbd.h Clean vm::ps3 namespace use 2018-02-09 17:49:37 +03:00
cellUsbpspcm.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellUserInfo.cpp Minor fix of cellUserInfoGetStat 2020-03-21 19:05:20 +03:00
cellUserInfo.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellVdec.cpp Add fallthrough attribute 2020-04-14 17:06:58 +03:00
cellVdec.h cellVdec: improve error checks 2020-01-20 00:33:25 +01:00
cellVideoExport.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellVideoOut.cpp video: Allow selection of 3D stereo resolutions 2020-03-07 16:58:35 +03:00
cellVideoOut.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellVideoPlayerUtility.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellVideoUpload.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
cellVideoUpload.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
cellVoice.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
cellVoice.h Update cellVoiceCreatePort syntax 2019-12-31 19:05:06 +03:00
cellVpost.cpp First part of fixing sign-compare warning (inside be_t). 2020-02-19 22:54:58 +03:00
cellVpost.h C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
cellWebBrowser.cpp Fixup for LOG system. 2020-01-31 12:09:52 +03:00
cellWebBrowser.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
libad_async.cpp hle: Add some more functions 2019-04-10 22:15:35 +03:00
libad_core.cpp hle: Add some more functions 2019-04-10 22:15:35 +03:00
libmedi.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
libmixer.cpp Fix signed-unsigned comparisons and mark warning as error (part 2). 2020-02-19 22:54:58 +03:00
libmixer.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
libsnd3.cpp [noexcept] Don't throw on unimplemented HLE functions. 2019-09-02 14:43:31 +03:00
libsnd3.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
libsynth2.cpp [noexcept] Don't throw on unimplemented HLE functions. 2019-09-02 14:43:31 +03:00
libsynth2.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
sceNp.cpp HLE: fix sceNpDrmGetTimelimit invalid param error 2020-07-07 09:43:32 +02:00
sceNp.h HLE: fix sceNpDrmGetTimelimit invalid param error 2020-07-07 09:43:32 +02:00
sceNp2.cpp Fake PSN (#7516) 2020-03-04 13:55:35 +00:00
sceNp2.h Fix warnings in emucore 2020-03-04 21:23:34 +03:00
sceNpClans.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
sceNpClans.h sceNp: add error_code and some param checks (#6416) 2019-09-08 18:36:10 +03:00
sceNpCommerce2.cpp stub sceNpCommerce2 2020-06-04 23:13:40 +03:00
sceNpCommerce2.h stub sceNpCommerce2 2020-06-04 23:13:40 +03:00
sceNpMatchingInt.cpp hle: Add some missing functions 2019-04-05 17:28:10 +01:00
sceNpSns.cpp idm: Fix minor race in cellVdecClose, sys_raw_spu_destroy... 2020-03-14 18:30:14 +02:00
sceNpSns.h sceNp: add error_code and some param checks (#6416) 2019-09-08 18:36:10 +03:00
sceNpTrophy.cpp IDM: Implement idm::clear<typename> 2020-06-12 22:12:36 +03:00
sceNpTrophy.h Fix warnings in emucore 2020-03-04 21:23:34 +03:00
sceNpTus.cpp stub sceNpTus 2020-06-04 23:13:40 +03:00
sceNpTus.h stub sceNpTus 2020-06-04 23:13:40 +03:00
sceNpUtil.cpp sceNp: add error_code and some param checks (#6416) 2019-09-08 18:36:10 +03:00
sceNpUtil.h sceNp: add error_code and some param checks (#6416) 2019-09-08 18:36:10 +03:00
StaticHLE.cpp Get rid of "module" keyword 2020-05-06 18:20:11 +03:00
StaticHLE.h Get rid of "module" keyword 2020-05-06 18:20:11 +03:00
sys_game.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
sys_heap.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
sys_io_.cpp VSH: Stubs 2020-02-08 23:07:03 +03:00
sys_libc.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
sys_libc_.cpp Fixup for LOG system. 2020-01-31 12:09:52 +03:00
sys_lv2dbg.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
sys_lv2dbg.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
sys_lwcond_.cpp liblv2 HLE: Fix sys_lwcond_signal mode 3 2020-04-03 19:42:25 +03:00
sys_lwmutex_.cpp liblv2 HLE: Fix sys_lwcond_signal mode 3 2020-04-03 19:42:25 +03:00
sys_mempool.cpp idm: Fix minor race in cellVdecClose, sys_raw_spu_destroy... 2020-03-14 18:30:14 +02:00
sys_mmapper_.cpp Fixup for LOG system. 2020-01-31 12:09:52 +03:00
sys_net_.cpp Remove thread_ctrl::atexit 2018-09-15 17:09:56 +03:00
sys_net_.h Clean vm::ps3 namespace use 2018-02-09 17:49:37 +03:00
sys_ppu_thread_.cpp sys_ppu_thread_create: read function descriptor immediately and save it 2020-04-08 19:23:13 +03:00
sys_prx_.cpp liblv2 HLE: Fix entryx of start/stop prx functions 2020-03-26 17:52:45 +03:00
sys_rsxaudio_.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
sys_spinlock.cpp lv2: Do not lose r3 data on syscalls 2020-03-22 12:41:02 +03:00
sys_spu_.cpp liblv2 HLE: Fix spu_elf_info loader for SCE SPU images (#8045) 2020-04-15 21:19:46 +01:00
sysPrxForUser.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
sysPrxForUser.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00