..
cell_FreeType2.cpp
hle: Add more missing functions
2019-04-07 23:31:15 +03:00
cellAdec.cpp
Avoid deprecated av_register_all with version check.
2020-02-23 20:58:02 +03: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
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
cellAudio.h
Restore -Wenum-compare and fix some [=] warnings
2020-02-18 17:37:30 +03:00
cellAudioIn.h
HLE: add some more constants
2020-01-23 10:50:55 +01:00
cellAudioOut.cpp
hle: Fix cellAvconfExt function registrations
2020-02-22 17:27:58 +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
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +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
Fix signed-unsigned comparisons and mark warning as error (part 2).
2020-02-19 22:54:58 +03:00
cellFs.h
Add missing #includes to header files
2019-06-25 17:11:10 +03:00
cellGame.cpp
Disable exception handling.
2020-03-12 16:03:08 +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: Improve frame-limiter ( #7723 )
2020-03-08 01:11:35 +03:00
cellGcmSys.h
HLE cellGcmSys: Make IOTable accurate
2020-02-19 18:11:30 +00:00
cellGem.cpp
Untangle GUI and input includes
2020-02-24 16:31:01 +01: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
Apply some Clang-Tidy fixes
2020-02-27 00:38:55 +03: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: add overlay_osk.h
2020-02-25 21:57:49 +03:00
cellOskDialog.h
cellOskDialog: add some param checks
2019-10-07 19:25:50 +02:00
cellOvis.cpp
Reintroduce LOG_CHANNEL
2018-08-25 15:39:00 +03:00
cellPad.cpp
Untangle GUI and input includes
2020-02-24 16:31:01 +01:00
cellPad.h
cellScreenshot: initial implementation
2019-10-17 21:24:25 +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
Disable exception handling.
2020-03-12 16:03:08 +03:00
cellPngDec.h
Add missing #includes to header files
2019-06-25 17:11:10 +03:00
cellPngEnc.cpp
Reintroduce LOG_CHANNEL
2018-08-25 15:39:00 +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
C-style cast cleanup V
2019-12-03 17:23:00 +03:00
cellRtc.h
Add missing #includes to header files
2019-06-25 17:11:10 +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
Fix warnings in emucore
2020-03-04 21:23:34 +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
Apply some Clang-Tidy fixes
2020-02-27 00:38:55 +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
Fix warnings in emucore
2020-03-04 21:23:34 +03:00
cellSpurs.h
Clean vm::ps3 namespace use
2018-02-09 17:49:37 +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
Disable exception handling.
2020-03-12 16:03:08 +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
Fix warnings in emucore
2020-03-04 21:23:34 +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
Apply some Clang-Tidy fixes
2020-02-27 00:38:55 +03: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
Fix warnings in emucore
2020-03-04 21:23:34 +03: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: Add sceNpEulaAbort function
2019-03-26 23:19:01 +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
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
cellUserInfo.h
Add missing #includes to header files
2019-06-25 17:11:10 +03:00
cellVdec.cpp
Avoid deprecated av_register_all with version check.
2020-02-23 20:58:02 +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
Fix sceNpUtilCmpNpId
2020-03-08 12:49:34 +03:00
sceNp.h
Fake PSN ( #7516 )
2020-03-04 13:55:35 +00: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
[noexcept] Don't throw on unimplemented HLE functions.
2019-09-02 14:43:31 +03:00
sceNpCommerce2.h
Add missing #includes to header files
2019-06-25 17:11:10 +03:00
sceNpMatchingInt.cpp
hle: Add some missing functions
2019-04-05 17:28:10 +01:00
sceNpSns.cpp
Fake PSN ( #7516 )
2020-03-04 13:55:35 +00:00
sceNpSns.h
sceNp: add error_code and some param checks ( #6416 )
2019-09-08 18:36:10 +03:00
sceNpTrophy.cpp
Fix warnings in emucore
2020-03-04 21:23:34 +03:00
sceNpTrophy.h
Fix warnings in emucore
2020-03-04 21:23:34 +03:00
sceNpTus.cpp
sceNp: add error_code and some param checks ( #6416 )
2019-09-08 18:36:10 +03:00
sceNpTus.h
sceNp: add error_code and some param checks ( #6416 )
2019-09-08 18:36:10 +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
Fix warnings in emucore
2020-03-04 21:23:34 +03:00
StaticHLE.h
Fix unwanted statichle_handler init
2019-09-21 03:59:43 +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
Fix signed-unsigned comparisons and mark warning as error (part 2).
2020-02-19 22:54:58 +03:00
sys_lwmutex_.cpp
Fix signed-unsigned comparisons and mark warning as error (part 2).
2020-02-19 22:54:58 +03:00
sys_mempool.cpp
Fix warnings in emucore
2020-03-04 21:23:34 +03: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
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
sys_prx_.cpp
sys_prx_.cpp: Fix RAII locks usage (without local variables they destroyed immediately after construction)
2020-02-27 00:38:55 +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
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
sys_spu_.cpp
First part of fixing sign-compare warning (inside be_t).
2020-02-19 22:54:58 +03: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