From c0148133db74e44377f81f151655e7047766b4c9 Mon Sep 17 00:00:00 2001 From: shinyquagsire23 Date: Mon, 1 Aug 2016 15:22:44 -0700 Subject: [PATCH] Fix ordering in mcp.h --- include/coreinit/mcp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;