Changes

Jump to navigation Jump to search
736 bytes added ,  17:02, 18 October 2008
no edit summary
Line 13: Line 13:     
To find out used URLs and IPs check this page out [[Wii.com]]
 
To find out used URLs and IPs check this page out [[Wii.com]]
 +
 +
The wii shop channel's title ID is 0x0001000248414241.
 +
 +
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*/ );
 +
 +
where *FULLTITLEID* is the full ID in hex of the software, for example, for the European version of Columns on the Megadrive (note: you cannot browse to product pages for IDs not in the enduser's region), you would use:
 +
 +
WII_LaunchTitleWithArgs(0x0001000248414241LL, 0,"/startup?initpage=showTitle&titleId=000100014d414250", NULL /*terminator*/ );
    
[[Category:Software]]
 
[[Category:Software]]
792

edits

Navigation menu