Added basic support for configuring the brightness level for the built-in screen init

This commit is contained in:
Aurora
2016-04-05 02:20:05 +02:00
parent bb437f6f7b
commit 6f8a9421ef
7 changed files with 30 additions and 13 deletions

View File

@@ -129,14 +129,14 @@ memcpy32: ; memcpy32(void *src, void *dst, unsigned int size)
bytes_read: .word 0
fopen: .ascii "OPEN"
.pool
firm_fname: .dcw "sdmc:/aurei/patched_firmware_sys.bin"
.word 0x0
firm_fname: .dcw "sdmc:/aurei/patched_firmware_sys.bin"
.word 0x0
.pool
twlfirm_fname: .dcw "sdmc:/aurei/patched_firmware_twl.bin"
.word 0x0
.word 0x0
.pool
agbfirm_fname: .dcw "sdmc:/aurei/patched_firmware_agb.bin"
.word 0x0
.word 0x0
.align 4
kernelcode_start: