Line 77:
Line 77:
|}
|}
−
===Screen===
+
=== Screen ===
Please not for the first arg(bufferNum) 0 = TV, 1 = Gamepad.
Please not for the first arg(bufferNum) 0 = TV, 1 = Gamepad.
{| class="wikitable"
{| class="wikitable"
Line 137:
Line 137:
} OSThread; /* 0x6a0 total length from RAM dumps */
} OSThread; /* 0x6a0 total length from RAM dumps */
</syntaxhighlight>
</syntaxhighlight>
+
|}
+
+
== Defines ==
+
=== Screen ===
+
{| class="wikitable"
+
!Name
+
!Value
+
!Description
+
|-
+
|SCREEN_BUFNUM_TV
+
|0
+
|The buffer number for the TV
+
|-
+
|SCREEN_BUFNUM_GAMEPADMAIN
+
|1
+
|The buffer number for the main GamePad
|}
|}