EShop: Difference between revisions
No edit summary |
No edit summary |
||
Line 66: | Line 66: | ||
* You could use Google's Chart API to create a qr code from the codes above: https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=ESHOP (replace the ESHOP text with the ESHOP:// link from one of the above..) | * You could use Google's Chart API to create a qr code from the codes above: https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=ESHOP (replace the ESHOP text with the ESHOP:// link from one of the above..) | ||
== ExtData == | |||
The ExtData File System for eShop is as follows: | |||
root | |||
├── icon | |||
├── boss | |||
│ └── TIGER100.tmp | |||
└── user | |||
{| class="wikitable" border="1" | |||
|- | |||
! File | |||
! Details | |||
! Size | |||
! FW Introduced | |||
! Plaintext | |||
|- | |||
| icon | |||
| Duplicate from Application ExeFS. Always image 00000002. | |||
| 0x36c0 Bytes | |||
| n/a | |||
| [https://dl.dropboxusercontent.com/u/60710927/CTR/Sample/eShopExtdata/icon Download_EUR] | |||
|- | |||
| TIGER100.tmp | |||
| Always image 00000003. | |||
| 0xce47 Bytes (Varies?) | |||
| [[2.0.0-2]]? | |||
| | |||
|} |