mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 13:58:18 +01:00
Fix ordering in mcp.h
This commit is contained in:
parent
e43e86aeda
commit
c0148133db
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user