Fix ordering in mcp.h

This commit is contained in:
shinyquagsire23 2016-08-01 15:22:44 -07:00
parent e43e86aeda
commit c0148133db

View File

@ -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;