mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-09-13 06:53:22 -06:00
update log2(size) in melonDLDI (it's more than 512 bytes long)
This commit is contained in:
@ -7,7 +7,7 @@ _start:
|
|||||||
.word 0xBF8DA5ED
|
.word 0xBF8DA5ED
|
||||||
.string " Chishm"
|
.string " Chishm"
|
||||||
.byte 1
|
.byte 1
|
||||||
.byte 9 @ size
|
.byte 10 @ size
|
||||||
.byte 0
|
.byte 0
|
||||||
.byte 0
|
.byte 0
|
||||||
.string "melonDS DLDI driver"
|
.string "melonDS DLDI driver"
|
||||||
|
@ -25,7 +25,7 @@ namespace melonDS
|
|||||||
{
|
{
|
||||||
const u8 melonDLDI[] =
|
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,
|
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,
|
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,
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
|
Reference in New Issue
Block a user