Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Yoti

Pages: [1]
1
PS Vita / [release] NPS Themes Fixer
« on: June 09, 2020, 02:30:54 PM »
NPS Themes Fixer
An one-line program to fix NoPayStation themes that disabling after system reboot.

Bin: https://github.com/Yoti/psv_npsthmfxr/releases/latest
Src: https://github.com/Yoti/psv_npsthmfxr

2
PS Vita / [release] ShowInfo
« on: December 02, 2019, 01:39:16 PM »
Desc:
Advanced plugin that shows any available param of the running application.

Install:
Add plugin path to the *TITLE_ID or *ALL section.

Pic:


DL:
bin: https://github.com/Yoti/psv_showinfo/releases/tag/v0.6-full
src: https://github.com/Yoti/psv_showinfo/tree/full-user

3
Reverse Engineering / SceAppMgrUser
« on: November 23, 2019, 11:50:47 AM »
int sceAppMgrAppParamGetInt(int pid, int param, int *value);

Params:
_1 0x01 ???
_2 0x02 ???
_3 0x03 APP_VER (0x64 -> 100 -> 1.00, 0x65 -> 101 -> 1.01 etc.)
_4 0x04 ???
_5 0x05 ???
11 0x0b SAVEDATA_MAX_SIZE
13 0x0d ???
14 0x0e ???
16 0x10 ???

Errors:
80800009 PARAM_DOES_NOT_EXIST?
80801042 WRONG_PARAM_TYPE?

4
PS Vita / [release] ShowInfo Lite
« on: November 23, 2019, 11:29:53 AM »
Desc:
Simple plugin that shows title_id, stitle and app_ver of the running application.

Install:
Add plugin path to the *TITLE_ID or *ALL section.

Pic:


DL:
bin: https://github.com/Yoti/psv_showinfo/releases/tag/v0.1-lite
src: https://github.com/Yoti/psv_showinfo/tree/lite-user

Pages: [1]