Idu Mode: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Idu Mode info <- thanks wildcard, Zer0xFF, Fx0day, z80)
 
mNo edit summary
 
Line 1: Line 1:
Checked by VSH UI by using RegMgrGetInt on SCE_REGMGR_ENT_KEY_SYSTEM_SPECIFIC_idu_mode.<br>
Checked by VSH UI by using RegMgrGetInt on SCE_REGMGR_ENT_KEY_SYSTEM_SPECIFIC_idu_mode.<br>
If it's 1 it's available, if it's 0 it's disabled.<br>
If it's 1 it's available, if it's 0 it's disabled.<br>
Setting this value to 1 should theoretically enable Idu/Kiosk Mode
Setting this value to 1 should theoretically enable Idu/Kiosk Mode<br>
You can also enable it with debug setting "IDU mode" (see talk page for more info)


= Settings on Idu Mode =
= Settings on Idu Mode =
// TODO
// TODO

Latest revision as of 15:12, 17 September 2016

Checked by VSH UI by using RegMgrGetInt on SCE_REGMGR_ENT_KEY_SYSTEM_SPECIFIC_idu_mode.
If it's 1 it's available, if it's 0 it's disabled.
Setting this value to 1 should theoretically enable Idu/Kiosk Mode
You can also enable it with debug setting "IDU mode" (see talk page for more info)

Settings on Idu Mode[edit | edit source]

// TODO