Gameupdate plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with " 2 Identifier: * 1 * 0x41435430 ("ACT0") =1 Interface= contains 2 subs: 0: PluginWakeup, 0 Parameter: - creates page transaction dialog etc. 1: PluginAbort, 0 Parameter...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
contains 2 subs:
contains 2 subs:
   
   
  0: PluginWakeup, 0 Parameter: - creates page transaction dialog etc.
  0: PluginWakeup, 0 Parameter: - creates page transaction dialog etc. (gameupdateCheckStart)
  1: PluginAbort, 0 Parameter: - PageClose transaction dialog etc.
  1: PluginAbort, 0 Parameter: - PageClose transaction dialog etc. (gameupdateCheckAbort)


=ACT0 Interface=
=ACT0 Interface=
Line 18: Line 18:
  0: 1 Parameter: char * number - PluginWakeup updatedata checking
  0: 1 Parameter: char * number - PluginWakeup updatedata checking


=Initialization=
Load up parameters:
memory_container_id = (ID #3 foreground)


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

Latest revision as of 01:31, 31 January 2015

2 Identifier:

  • 1
  • 0x41435430 ("ACT0")

1 Interface[edit | edit source]

contains 2 subs:

0: PluginWakeup, 0 Parameter: - creates page transaction dialog etc. (gameupdateCheckStart)
1: PluginAbort, 0 Parameter: - PageClose transaction dialog etc. (gameupdateCheckAbort)

ACT0 Interface[edit | edit source]

contains 1 sub:

0: 1 Parameter: char * number - PluginWakeup updatedata checking

Initialization[edit | edit source]

Load up parameters:

memory_container_id = (ID #3 foreground)