Line 1: |
Line 1: |
| + | ---- |
| + | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> |
| + | ---- |
| + | =[http://aluxyxenud.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]= |
| + | ---- |
| + | =[http://aluxyxenud.co.cc CLICK HERE]= |
| + | ---- |
| + | </div> |
| {{Infobox channel | | {{Infobox channel |
| | title = Wii Shop Channel | | | title = Wii Shop Channel |
Line 55: |
Line 63: |
| If you have the latest git of libogc, available from git://hackmii.com/home/ogcgit/libogc if you have a git client, you can use the following code to start the shop channel and jump to a specific product: | | If you have the latest git of libogc, available from git://hackmii.com/home/ogcgit/libogc if you have a git client, you can use the following code to start the shop channel and jump to a specific product: |
| | | |
− | WII_LaunchTitleWithArgs(0x0001000248414241LL, 0,"/startup?initpage=showTitle&titleId=*FULLTITLEID*", NULL /*terminator*/ ); | + | WII_LaunchTitleWithArgs(0x0001000248414241LL, 0,"/startup?initpage=showTitle&titleId=*FULLTITLEID*", NULL /*terminator*/ ); |
| | | |
| where *FULLTITLEID* is the full ID in hex of the software. | | where *FULLTITLEID* is the full ID in hex of the software. |
Line 61: |
Line 69: |
| For example, to open the European version of Columns on the Megadrive in the European version of Wii Shop Channel, you would use: | | For example, to open the European version of Columns on the Megadrive in the European version of Wii Shop Channel, you would use: |
| | | |
− | WII_LaunchTitleWithArgs(0x0001000248414241LL, 0,"/startup?initpage=showTitle&titleId=000100014d414250", NULL /*terminator*/ ); | + | WII_LaunchTitleWithArgs(0x0001000248414241LL, 0,"/startup?initpage=showTitle&titleId=000100014d414250", NULL /*terminator*/ ); |
| | | |
| [[Category:Software]] | | [[Category:Software]] |