Category setting plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (→‎Settings Order: "remtoeplay" is a typo... but from sony ?... in case it is i think worths to be mentioned because everybody will think is a typo from wiki)
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
contains 4 subs:  
contains 4 subs:  


  0: 1 Input : int value (=1)
  0: 1 Parameter: int value (=1)
  1: 2 Inputs:
  1: 2 Parameter: int, int
  2: 1 Input :
  2: 1 Parameter: int
  3: 0 Input - return == 0x12 (sysconf_plugin check enables some more options (QA?))
  3: 0 Input - return == 0x12 (sysconf_plugin check enables some more options (QA?))


=CAT0 Interface=
=CAT0 Interface=


contains 13 subs:
contains 25 subs:


  0:  
  0: 2 Parameter: int, void *
  1:  
  1: 0 Parameter:
  2:  
  2: 2 Parameter: int, int
  3:  
  3: 2 Parameter: int, int
  4: return
  4: 0 Parameter: return
  5:  
  5: 2 Parameter: int, int
  6: return
  6: 0 Parameter: return
  7:  
  7: 2 Parameter: int, int
  8:  
  8: 2 Parameter: int, int
  9:  
  9: 0 Parameter:
  10:  
  10: 0 Parameter:  
  11: return
  11: 0 Parameter: return
  12: return
  12: 0 Parameter: return
13: null
14: null
15: 0 Parameter: return
16: 0 Parameter: return
17: 3 Parameter: int, int, float
18: 0 Parameter:
19: null
20: null
21: 1 Paramter: int (2/4?) - Auth / QA token checks
22: 0 Parameter:
23: 0 Parameter:
24: 0 Parameter:


=Settings Order=
<pre>
settings_order: .long      0  update   
                .long      3  video   
                .long      1  edy     
                .long      2  game     
                .long      4  music   
                .long      5  chat     
                .long      6  console 
                .long      7  theme   
                .long      8  date     
                .long      9  power   
                .long    0xA  pd       
                .long  0x10  net     
                .long    0xB  printer 
                .long    0xC  display 
                .long    0xD  sound   
                .long    0xF  remtoeplay
                .long    0xE  security 
                .long  0x12  install 
                .long  0x11  debug   
                .long  0x13  string 
</pre>


{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>

Latest revision as of 06:27, 24 August 2015

2 Identifiers:

  • 1
  • 0x43415430 ("CAT0")

1 Interface[edit | edit source]

contains 4 subs:

0: 1 Parameter: int value (=1)
1: 2 Parameter: int, int
2: 1 Parameter: int
3: 0 Input - return == 0x12 (sysconf_plugin check enables some more options (QA?))

CAT0 Interface[edit | edit source]

contains 25 subs:

0: 2 Parameter: int, void *
1: 0 Parameter:
2: 2 Parameter: int, int
3: 2 Parameter: int, int
4: 0 Parameter: return
5: 2 Parameter: int, int
6: 0 Parameter: return
7: 2 Parameter: int, int
8: 2 Parameter: int, int
9: 0 Parameter:
10: 0 Parameter: 
11: 0 Parameter: return
12: 0 Parameter: return
13: null
14: null
15: 0 Parameter: return
16: 0 Parameter: return
17: 3 Parameter: int, int, float
18: 0 Parameter:
19: null
20: null
21: 1 Paramter: int (2/4?) - Auth / QA token checks
22: 0 Parameter:
23: 0 Parameter:
24: 0 Parameter:

Settings Order[edit | edit source]

settings_order: .long      0  update    
                .long      3  video     
                .long      1  edy       
                .long      2  game      
                .long      4  music     
                .long      5  chat      
                .long      6  console   
                .long      7  theme     
                .long      8  date      
                .long      9  power     
                .long    0xA  pd        
                .long   0x10  net       
                .long    0xB  printer   
                .long    0xC  display   
                .long    0xD  sound     
                .long    0xF  remtoeplay 
                .long    0xE  security  
                .long   0x12  install   
                .long   0x11  debug     
                .long   0x13  string