Talk:Target ID: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
(Created page with "It's not just one byte that is Target ID. 5th byte also counts! 5th byte also tells you console type :) <br> <pre> PSP -> 00 0X PS3 -> 00 8X PSV -> 01 0X PS4 -> 01 8X </pre>")
 
mNo edit summary
Line 1: Line 1:
It's not just one byte that is Target ID. 5th byte also counts! 5th byte also tells you console type :) <br>
It's not just one byte that is Target ID. 5th byte also counts! 5th byte also tells you console generation :) <br>


<pre>
<pre>

Revision as of 15:39, 4 May 2017

It's not just one byte that is Target ID. 5th byte also counts! 5th byte also tells you console generation :)

PSP -> 00 0X
PS3 -> 00 8X
PSV -> 01 0X
PS4 -> 01 8X