diff --git a/include/coreinit/mcp.h b/include/coreinit/mcp.h index c27a6b8..3579540 100644 --- a/include/coreinit/mcp.h +++ b/include/coreinit/mcp.h @@ -11,16 +11,16 @@ extern "C" { #endif +typedef struct MCPInstallProgress MCPInstallProgress; +typedef struct MCPInstallInfo MCPInstallInfo; +typedef struct MCPInstallTitleInfo MCPInstallTitleInfo; + typedef enum MCPInstallTarget { MCP_INSTALL_TARGET_MLC = 0, MCP_INSTALL_TARGET_USB = 1, } MCPInstallTarget; -typedef struct MCPInstallProgress MCPInstallProgress; -typedef struct MCPInstallInfo MCPInstallInfo; -typedef struct MCPInstallTitleInfo MCPInstallTitleInfo; - struct __attribute__((__packed__)) MCPInstallProgress { u32 inProgress;