diff options
Diffstat (limited to 'include/user/vshbridge.h')
-rw-r--r-- | include/user/vshbridge.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/include/user/vshbridge.h b/include/user/vshbridge.h index e2771f3..09f256b 100644 --- a/include/user/vshbridge.h +++ b/include/user/vshbridge.h @@ -42,7 +42,7 @@ int _vshIoMount(int id, const char *path, int permission, void *buf); * * @return 0 >= on success, < 0 on error. */ -int vshIoUmount(int id, int force, int unk2, int unk3); +int vshIoUmount(int id, int force, int unk2, int unk3); int vshIdStorageIsDirty(void); int vshIdStorageIsFormatted(void); @@ -64,6 +64,15 @@ int vshIdStorageReadLeaf(SceSize leafnum, void *buf); */ int vshIdStorageWriteLeaf(SceSize leafnum, const void *buf); +/** + * Sets the PS button hold time for showing the quick menu. + * + * @param time - Time in microseconds. + * + * @return 0 always + */ +int vshPowerSetPsButtonPushTime(int time); + int vshSblAimgrIsCEX(void); int vshSblAimgrIsDEX(void); int vshSblAimgrIsVITA(void); |