mirror of
https://github.com/Scandal-UK/Incognito_RCM.git
synced 2024-11-22 11:56:41 +00:00
Merge pull request #5 from borntohonk/master
Bump version to 0.4.1, add in 9.1.0 support
This commit is contained in:
commit
c10be0e159
3 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules
|
||||||
IPL_LOAD_ADDR := 0x40003000
|
IPL_LOAD_ADDR := 0x40003000
|
||||||
LPVERSION_MAJOR := 0
|
LPVERSION_MAJOR := 0
|
||||||
LPVERSION_MINOR := 4
|
LPVERSION_MINOR := 4
|
||||||
LPVERSION_BUGFX := 0
|
LPVERSION_BUGFX := 1
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,7 @@ static const pkg1_id_t _pkg1_ids[] = {
|
||||||
{ "20190314172056", 7 }, //8.0.0
|
{ "20190314172056", 7 }, //8.0.0
|
||||||
{ "20190531152432", 8 }, //8.1.0
|
{ "20190531152432", 8 }, //8.1.0
|
||||||
{ "20190809135709", 9 }, //9.0.0
|
{ "20190809135709", 9 }, //9.0.0
|
||||||
|
{ "20191021113848", 10 }, //9.1.0
|
||||||
{ NULL } //End.
|
{ NULL } //End.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,8 @@
|
||||||
#define KB_FIRMWARE_VERSION_700 7
|
#define KB_FIRMWARE_VERSION_700 7
|
||||||
#define KB_FIRMWARE_VERSION_810 8
|
#define KB_FIRMWARE_VERSION_810 8
|
||||||
#define KB_FIRMWARE_VERSION_900 9
|
#define KB_FIRMWARE_VERSION_900 9
|
||||||
#define KB_FIRMWARE_VERSION_MAX KB_FIRMWARE_VERSION_900
|
#define KB_FIRMWARE_VERSION_910 10
|
||||||
|
#define KB_FIRMWARE_VERSION_MAX KB_FIRMWARE_VERSION_910
|
||||||
|
|
||||||
#define HOS_PKG11_MAGIC 0x31314B50
|
#define HOS_PKG11_MAGIC 0x31314B50
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue