Skip to content

Commit

Permalink
Added missing sysmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Princess-of-Sleeping authored and d3m3vilurr committed Feb 26, 2022
1 parent 1d1b886 commit b816725
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/psp2/sysmodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ typedef enum SceSysmoduleModuleId {
SCE_SYSMODULE_MARLIN_DOWNLOADER = 0x003B, //!< Marlin Downloader module
SCE_SYSMODULE_MARLIN_APP_LIB = 0x003C, //!< Marlin AppLib module
SCE_SYSMODULE_TELEPHONY_UTIL = 0x003D, //!< TelephonyUtil module
SCE_SYSMODULE_SHACCCG = 0x003E, //!< ShaccCg module
SCE_SYSMODULE_MONO_BRIDGE = 0x003F, //!< Mono bridge module
SCE_SYSMODULE_MONO = 0x0040, //!< Mono module
SCE_SYSMODULE_PSM = 0x0041, //!< Psm module
SCE_SYSMODULE_PSM_DEVAGENT = 0x0042, //!< Psm devagent module
SCE_SYSMODULE_PSPNET_ADHOC = 0x0043, //!< PSPNet Adhoc module
SCE_SYSMODULE_DTCP_IP = 0x0044, //!< DTCP/IP module
SCE_SYSMODULE_VIDEO_SEARCH_EMPR = 0x0045, //!< VideoSearch module
Expand Down

0 comments on commit b816725

Please sign in to comment.