update log2(size) in melonDLDI (it's more than 512 bytes long)

This commit is contained in:
Arisotura
2025-09-11 00:13:49 +02:00
parent 7e60fee91b
commit 5d36d8296e
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ _start:
.word 0xBF8DA5ED
.string " Chishm"
.byte 1
.byte 9 @ size
.byte 10 @ size
.byte 0
.byte 0
.string "melonDS DLDI driver"

View File

@ -25,7 +25,7 @@ namespace melonDS
{
const u8 melonDLDI[] =
{
0xed, 0xa5, 0x8d, 0xbf, 0x20, 0x43, 0x68, 0x69, 0x73, 0x68, 0x6d, 0x00, 0x01, 0x09, 0x00, 0x00,
0xed, 0xa5, 0x8d, 0xbf, 0x20, 0x43, 0x68, 0x69, 0x73, 0x68, 0x6d, 0x00, 0x01, 0x0A, 0x00, 0x00,
0x6d, 0x65, 0x6c, 0x6f, 0x6e, 0x44, 0x53, 0x20, 0x44, 0x4c, 0x44, 0x49, 0x20, 0x64, 0x72, 0x69,
0x76, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,