summaryrefslogtreecommitdiff
path: root/nids/360/SceSblACMgr.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-09Add and change names in SceSblACMgr from wikiReiko Asakura1-6/+14
Names from https://wiki.henkaku.xyz/vita/SceSblACMgr
2021-03-09Rename sceSblACMgrIsPSMDevAssistantReiko Asakura1-1/+1
to sceSblACMgrIsPSM
2021-03-08Add and change names in SceSblACMgr from dbg logReiko Asakura1-2/+4
From prototype 0.940 ss_mgr.skprx sceSblACMgrIsSystemProgram sceSblACMgrGetMediaType From prototype 0.940 exfatfs.skprx sceSblACMgrGetFSAttributeByThreadAccessLevel sceSblACMgrSetFSAttributeByPermission
2021-03-10Remove forwarded syscallsReiko Asakura1-4/+0
The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown.
2021-03-10Remove duplicate exportsReiko Asakura1-25/+0
2019-03-23db: Fix more duplicated NIDsSunguk Lee1-19/+19
just add `2` postfix into name
2019-01-31Import NIDs from https://wiki.henkaku.xyzdevnoname1201-0/+39
Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
2019-01-08Add ksceSblACMgrIsAllowedUsbSerial to db.yml (#384)Bluzume1-0/+1
* Update db.yml * Update db.yml
2018-07-18Revert "Added ksceSblACMgrIsUpdate"Sunguk Lee1-1/+0
This reverts commit 5e8d76b889742567b439691f98ca07bb59da0ad9.
2018-04-05Added ksceSblACMgrIsUpdateTheOfficialFloW1-0/+1
2018-03-15Add _sceSblACMgrIsGameProgramCelesteBlue-dev1-0/+4
2017-11-10Added ksceSblACMgrIsSystemTheOfficialFloW1-0/+1
2017-07-14Added ksceSblACMgrIsPspEmuTheOfficialFloW1-0/+1
2017-04-18Fix some incorrect module and library NIDsdevnoname1201-1/+1
Fix #7
2017-02-14Added many nids found in vshTheOfficialFloW1-0/+1
2016-11-02kernel development headers (#67)Davee1-0/+11
* Added some kernel headers * Modified kernel headers * Added suprx loading args to headers * Added kernel modulemgr load/stop nids * Added struct for versioninfo * Added sceKernelMemcpyKernelToUser * Added SceSblACMgr * Added syscall entry/exit stubs * Added strncpy u2k/k2u functions * Wrong offset for version * More kernel adds * Added sceKernelQueueLoadModuleForPid * Added sceKernelGetSystemSwVersion to user headers * Added sceKernelStrncpyUserForPid * Added a couple more kernel apis