Category setting plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
Line 16: Line 16:
=CAT0 Interface=
=CAT0 Interface=


contains 13 subs:
contains 25 subs:


  0:  
  0:  
Line 31: Line 31:
  11: return
  11: return
  12: return
  12: return
13: null
14: null
15: return
16: return
17:
18:
19: null
20: null
21: - Auth / QA token checks
22:
23:
24:


=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>

Revision as of 14:59, 23 August 2015

2 Identifiers:

  • 1
  • 0x43415430 ("CAT0")

1 Interface

contains 4 subs:

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

CAT0 Interface

contains 25 subs:

0: 
1: 
2: 
3: 
4: return
5: 
6: return
7: 
8: 
9: 
10: 
11: return
12: return
13: null
14: null
15: return
16: return
17:
18:
19: null
20: null
21: - Auth / QA token checks
22:
23:
24:

Settings Order

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