Go to the source code of this file.
|
struct | __attribute__ ((__packed__)) MCPInstallProgress |
|
int | MCP_Open () |
|
int | MCP_Close (int handle) |
|
int | MCP_InstallSetTargetDevice (int handle, MCPInstallTarget device) |
|
int | MCP_InstallGetTargetDevice (int handle, MCPInstallTarget *deviceOut) |
|
int | MCP_InstallSetTargetUsb (int handle, int usb) |
|
int | MCP_InstallGetInfo (int handle, char *path, MCPInstallInfo *out) |
|
int | MCP_InstallTitleAsync (int handle, char *path, MCPInstallTitleInfo *out) |
|
int | MCP_InstallGetProgress (int handle, MCPInstallProgress *installProgressOut) |
|
int | MCP_InstallTitleAbort (int handle) |
|
int | MCP_UninstallTitleAsync (int handle, char *path, MCPInstallTitleInfo *out) |
|
int | MCP_DeviceList (int handle, int *numDevices, MCPDeviceList *outDevices, uint32_t outBufferSize) |
|
int | MCP_FullDeviceList (int handle, int *numDevices, MCPDeviceList *outDevices, uint32_t outBufferSize) |
|