Skip to content

Commit 4edae90

Browse files
coreinit/mcp: Fix MCPAppType for DRC and DRH
1 parent 20ef192 commit 4edae90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/coreinit/mcp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ typedef enum MCPAppType
2929
MCP_APP_TYPE_BOOT1 = 0x10000009,
3030
MCP_APP_TYPE_SYSTEM_LIBRARIES = 0x1000000A,
3131
MCP_APP_TYPE_BLUETOOTH_FIRMWARE = 0x10000012,
32-
MCP_APP_TYPE_DRH_FIRMWARE = 0x10000013,
33-
MCP_APP_TYPE_DRC_FIRMWARE = 0x10000014,
32+
MCP_APP_TYPE_DRC_FIRMWARE = 0x10000013,
33+
MCP_APP_TYPE_DRH_FIRMWARE = 0x10000014,
3434
MCP_APP_TYPE_SYSTEM_VERSION = 0x10000015,
3535
MCP_APP_TYPE_DRC_LANGUAGE = 0x1000001A,
3636
MCP_APP_TYPE_EXCEPTIONS_DATA = 0x18000010,

0 commit comments

Comments
 (0)