#include <revolution/os/OSExpansion.h> #define EXI_MEMORY_CARD_59 0x00000004 #define EXI_MEMORY_CARD_123 0x00000008 #define EXI_MEMORY_CARD_251 0x00000010 #define EXI_MEMORY_CARD_507 0x00000020 #define EXI_MEMORY_CARD_1019 0x00000040 #define EXI_MEMORY_CARD_2043 0x00000080 #define EXI_USB_ADAPTER 0x01010000 #define EXI_IS_VIEWER 0x05070000 #define EXI_MODEM 0x02020000 #define EXI_ETHER 0x04020200 char* EXIGetTypeString(u32 type);
| type | Type that the EXIGetType function retrieves. |
|---|
Returns the character string describing the specified the EXI device type.
Gets the description for the specified EXI device type that the EXIGetType function returns.
| Device Name | Description |
| EXI_MEMORY_CARD_59 | Memory Card 59 |
|---|---|
| EXI_MEMORY_CARD_123 | Memory Card 123 |
| EXI_MEMORY_CARD_251 | Memory Card 251 |
| EXI_MEMORY_CARD_507 | Memory Card 507 |
| EXI_MEMORY_CARD_1019 | Memory Card 1019 |
| EXI_MEMORY_CARD_2043 | Memory Card 2043 |
| EXI_USB_ADAPTER | (For backward compatibility) |
| EXI_IS_VIEWER | (For backward compatibility) |
| EXI_MODEM | (For backward compatibility) |
| EXI_ETHER | (For backward compatibility) |
2006/03/01 Initial version.
CONFIDENTIAL