Difference between revisions of "PTM:CheckNew3DS"

m (removing stray "value" word)
 
(2 intermediate revisions by the same user not shown)
Line 22: Line 22:
 
|-
 
|-
 
| 2
 
| 2
| u8 output: 0 = original hardware, 1 = [[New 3DS]].
+
| u8 output: 0 = Old3DS, 1 = [[New_3DS|New3DS]].
 
|}
 
|}
  
 
=Description=
 
=Description=
Currently PTM module just writes 0 to the output u8. This command was added with [[8.0.0-18]].
+
This command was added with [[8.0.0-18]].
 +
 
 +
With the original 3DS PTM module, hard-coded value 0 is written to the output. With the [[New_3DS]] PTM module, hard-coded value 1 is written to the output.

Latest revision as of 18:01, 10 October 2014

RequestEdit

Index Word Description
0 Header code [0x040A0000]

ResponseEdit

Index Word Description
0 Header code
1 Result code
2 u8 output: 0 = Old3DS, 1 = New3DS.

DescriptionEdit

This command was added with 8.0.0-18.

With the original 3DS PTM module, hard-coded value 0 is written to the output. With the New_3DS PTM module, hard-coded value 1 is written to the output.