makerom v0.6

This commit is contained in:
3DSGuy
2014-04-08 13:09:00 +08:00
parent 26772b49c8
commit 9cb89cbe8b
59 changed files with 2935 additions and 2662 deletions
+1 -7
View File
@@ -1,6 +1,4 @@
#ifndef _NCSD_H_
#define _NCSD_H_
#pragma once
// Enums
typedef enum
@@ -162,11 +160,7 @@ static const u8 stock_title_key[0x10] =
0x97, 0x11, 0x92, 0xBA
};
#endif
// Public Prototypes
// Build Functions
int build_CCI(user_settings *usrset);