From: Jon Feldman Date: Fri, 26 May 2017 08:33:40 +0000 (-0400) Subject: Comment screen mode line in chainloader.c X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=corbenik%2Fcorbenik.git Comment screen mode line in chainloader.c --- diff --git a/boot/chainloader.c b/boot/chainloader.c index fdda828..f90cce9 100644 --- a/boot/chainloader.c +++ b/boot/chainloader.c @@ -79,7 +79,8 @@ void chainload_file(void* data) fprintf(stderr, "Changing display mode and chainloading...\n"); - screen_mode(1, get_opt_u32(OPTION_BRIGHTNESS)); // Because RGBA8 screeninit is non-standard...ugh + // XXX - Refactor arm11 + // screen_mode(1, get_opt_u32(OPTION_BRIGHTNESS)); // Because RGBA8 screeninit is non-standard...ugh // Copy CakeHax struct where it is expected (at 0x23FFFE00) // It's very very likely we'll corrupt memory with this, but we aren't coming back anyways as of the