Small changes, added a macro for reading options

This commit is contained in:
Aurora
2016-04-06 14:51:07 +02:00
parent e882dd7aaf
commit 4180261f1f
8 changed files with 34 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
void main(void)
{
const u32 brightness[4] = {0x5F, 0x4C, 0x39, 0x26};
u32 brightnessLevel = *(vu32 *)0x24F04000;
u32 brightnessLevel = *(vu32 *)0x24F03008;
vu32 *const arm11 = (u32 *)0x1FFFFFF8;
*(vu32 *)0x10141200 = 0x1007F;