Rename short/longdescription to short/longtitle.

This commit is contained in:
Steveice10
2015-01-27 06:56:08 -08:00
parent 102afb5bd9
commit 7601fd1c0c
2 changed files with 12 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ typedef enum {
TAIWAN = 0x40,
// Not a bitmask, but a value.
REGION_FREE = 0x7FFFFFFF
REGION_FREE = 0x7FFFFFFF
} SMDHRegionFlag;
typedef enum {
@@ -58,8 +58,8 @@ typedef enum {
} SMDHFlag;
typedef struct {
u16 shortDescription[0x40] = {0};
u16 longDescription[0x80] = {0};
u16 shortTitle[0x40] = {0};
u16 longTitle[0x80] = {0};
u16 publisher[0x40] = {0};
} SMDHTitle;