Talk:/dev/mcp

From WiiUBrew
Jump to navigation Jump to search

What coresspond to the Permission tab ? 0x0002 = ? (Userland / Kernel) ?

The balance of the Ioctl/Ioctlv use dupe numbers, for example:

  MCP_GetTitleInfo				0x58
  MCP_GetTitleInfoByDevice			0x58
  MCP_GetTitleInfoByTitleAndDevice		0x58
  MCP_GetTitleInfoByTitleAndDeviceType	        0x58
  MCP_GetTitleInfoByTitleAndIndexedDevice	0x58

...plus another 10 more use 0x58 (there are other commands that also have more than one function) Any good idea's on how to distinguish them from each other?Datalogger (talk) 11:25, 26 April 2016 (CEST)

The number of plausible entry in the functions ? NexoCube (talk) 20:18, 26 April 2016 (CEST)

There's a few other problems with this list. I see a few tagged as ARM Only, but they exist in PPC (like MCP_CompatWagonSourceComplete is 0x6 in PPC also). I'm going to do a mass update one more time, include all to the functions that use the same IOS_Ioctl and leave it at that.Datalogger (talk) 22:40, 26 April 2016 (CEST)