Wboard plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 10: Line 10:


contains 3 subs:  
contains 3 subs:  
  0: 1 Parameter: int value (XXYY0000, XX= 0x10(cinfo_bg_storegame.jpg),0x20(cinfo_bg_storevideo.jpg), 0x40(cinfo_bgsd_whatsnew.jpg), YY = 00/01 (normal/sd)? - display type?
  0: 1 Parameter: int 0xYZ
  1: 0 Parameter - runs "mtpinitiator_plugin" with (0,0,0) via xmb_plugin, used by explore_plugin/etc. via ("CloseListChild")
    Y = 1 (Game), 2 (Video), 3 (BDC), 4 (TV), other (PSN)
  2: 1 Parameter: wchar * - outputs text? (WBEX_INFO_MSG)
    Z = 0 (build list?), 1 (show WBEX_CBASE, hide WBEX_DT_INFO, show WBEX_badge_ul)
    can be OR'd
  1: 0 Parameter - disables/unloads wblist etc? re-activates wboard_plugin?
  2: 1 Parameter: wchar_t * - set output text (WBEX_BT_INFO)


=ACT0 Interface=
=ACT0 Interface=
Line 24: Line 27:
contains 4 subs:
contains 4 subs:


  0:
  0: 0 Parameter: - calls wbrd show function
  1:
  1: 0 Parameter: - nothing
  2:
  2: 0 Parameter: - nothing
  3:
  3: 1 Parameter: int - (xors with 0x3E and >> 30) & 2




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

Latest revision as of 03:52, 2 November 2014


3 Identifiers:

  • 1
  • 0x41435430 ("ACT0")
  • 0x4D4F4430 ("MOD0")

1 Interface[edit | edit source]

contains 3 subs:

0: 1 Parameter: int 0xYZ
   Y = 1 (Game), 2 (Video), 3 (BDC), 4 (TV), other (PSN)
   Z = 0 (build list?), 1 (show WBEX_CBASE, hide WBEX_DT_INFO, show WBEX_badge_ul)
   can be OR'd
1: 0 Parameter - disables/unloads wblist etc? re-activates wboard_plugin?
2: 1 Parameter: wchar_t * - set output text (WBEX_BT_INFO)

ACT0 Interface[edit | edit source]

contains only 1 sub:

0: 1 Parameter: char * ("wbrd:show?")

MOD0 Interface[edit | edit source]

contains 4 subs:

0: 0 Parameter: - calls wbrd show function
1: 0 Parameter: - nothing
2: 0 Parameter: - nothing
3: 1 Parameter: int - (xors with 0x3E and >> 30) & 2