Template:Boxcomm: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Intended to be used in the pages where are explained the game config commands of the official emulators)
 
No edit summary
Line 1: Line 1:
{| class="wikitable" style="width:100%; font-weight:bold; line-height:100%"
{| class="wikitable" style="width:100%; font-weight:bold; line-height:100%"
| style="width:25px; height:25px; padding:2px; background:#000; color:lime; font-size:150%" | 0x01 || Name: EE_ADD_HOOK<br>Data: 2x uint32_t Params ( addr, func_id 0-0x3B)
| rowspan="2" style="width:25px; height:25px; padding:2px; background:#000; color:lime; font-size:150%" | {{{id|0x00}}}
| style="width:75px; font-weight:normal" | Name: || {{{name|please enter a command name identifyer}}}
|-
| style="width:75px; font-weight:normal" | Data Type: || {{{data|please enter a description of the data type}}}
|}<noinclude>
|}<noinclude>
==Usage==
<!-- <nowiki>{{Boxnotice1|content=some content}}</nowiki> -->


==Example==
==Example==
<!-- {{Boxnotice1|content=text line here}} -->
<nowiki>{{Boxcomm|id=0x35|name=Unknown|data=1 * int32}}</nowiki>
{{Boxcomm|id=0x35|name=unknown|data=1*int32}}


[[Category:templates]]</noinclude>
[[Category:templates]]</noinclude>

Revision as of 19:23, 10 February 2022

0x00 Name: please enter a command name identifyer
Data Type: please enter a description of the data type

Example

{{Boxcomm|id=0x35|name=Unknown|data=1 * int32}}

0x35 Name: unknown
Data Type: 1*int32