| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
* Add scePsmDrmGetRifInfo
scePsmDrmGetRifInfo calls kscePsmDrmGetRifInfo them memcpy_to_user the result ..
* Fix ordering
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add SceLibMtp
add SceLibMtp nids found within SceShell- noted on: https://forum.devchroma.nl/index.php/topic,53.msg66.html#msg66
* Fix
Fix indent
* Move down
*oops*
* fix unlink
annoying PR is annoying
* Add more SceLibMtp nids
found again inside SceShell- https://forum.devchroma.nl/index.php/topic,54.0.html
* Kk
Don
|
| |
|
| |
FINALLY A FUNCTION TO TURN OFF THE VITA!!!
|
| | |
|
| |
|
|
| |
move to SceFios2 from SceDriverUser
|
| |
|
|
| |
move to SceAppMgr from SceDriverUser
|
| |
|
|
|
| |
- add kscePowerSetCallbackEnabled
- Change to kscePowerSetCallbackState
|
| |
|
|
|
|
| |
- SceRtcUser
- SceDisplayUser
- SceMotion
|
| | |
|
| | |
|
| |
|
|
| |
just add `2` postfix into name
|
| |
|
|
|
|
|
|
| |
it would be simple hack, but already we have similar NID names
technically we should make the rule that prevents duplicated name in multiple
libs
related #400
|
| |
|
| |
Real name of 0x3BC165EF is ksceDisplayGetProcFrameBufInternal. Found by using nidattack.
|
| | |
|
| | |
|
| |\
| |
| | |
db: Rename hash functions
|
| | |
| |
| |
| | |
`WithKeygen` to `NP`
|
| | |
| |
| |
| |
| | |
all applied camelCase
it also fixed typo `ksceSblDmac5AEsCbcDec`
|
| | |
| |
| |
| | |
should be part of SceSysrootForDriver instead.
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
|
| | |
|
| |
|
|
|
|
|
|
| |
* Add ksceKernelGetMutexInfo_089
https://wiki.henkaku.xyz/vita/SceKernelThreadMgr#sceKernelGetMutexInfo_089ForDriver
* Remove _089 suffix for kscekernelGetMutexInfo
|
| |
|
| |
This returns the real version of the system, even if Henkaku spoofing is enabled.
|
| |
|
| |
Found in debug strings
|
| | |
|
| | |
|
| |
|
| |
Found in debug strings in old FW.
|
| | |
|
| |
|
|
|
|
| |
* Update db.yml
* Update db.yml
|
| | |
|
| |
|
|
| |
* Update SceSdif according to wiki
|
| |
|
|
|
|
| |
Taken from psvgamesd: https://github.com/motoharu-gosuto/psvgamesd/blob/bbfd3f6b4d822d263738e4328556f8b284aecb2d/driver/extra.yml
For 3.65, the SceSdif NID is 0x285023ED instead of 0x2E7C52F7 (the
SceSdifForDriver NIDs are unchanged).
|
| | |
|
| |
|
| |
Update SceNetPs, net_syscalls.h, net.h
|
| | |
|
| |
|
|
|
| |
* Add nid of some SceModulemgrForKernel
* Add function of some SceModulemgrForKernel
* Update modulemgr.h
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This service allows you to change the status of a suspended thread. Most of the valid suspend bits are unknown, but some can be used to prevent the kernel rethrowing exceptions or pull threads into the running/ready state.
|
| | |
|
| |\ |
|
| | |
| |
| |
| | |
This function is used to get the state of the registers for a SUSPENDED thread. It returns the registers in a two part structure. It's uncertian what the difference is between the two parts. It seems like its a user/kernel separation, but it's uncertain. It could also be a current/exception difference, but it is unconvincing. In normal usage on a suspended thread it seems to be the user aspect that contains valid values. When you query a suspended thread that has no had the opportunity to start yet, the kernel side is filled.
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
This kernel service queries the status of a given process. I'm unsure what exactly the bits represent. It seems 0x10 is related to suspension status, but I'm not confident in that assumption.
|
| | |/
|/|
| |
| | |
ksceKernelGetProcessMainThread is a kernel service used to query the main thread id for a given process.
|
| | |
| |
| |
| | |
ksceKernelGetThreadIdList is a kernel service used to query and obtain the number of thread within a process.
|