]> Chaos Git - corbenik/corbenik.git/commitdiff
Comment screen mode line in chainloader.c master
authorJon Feldman <chaos.kagami@gmail.com>
Fri, 26 May 2017 08:33:40 +0000 (04:33 -0400)
committerJon Feldman <chaos.kagami@gmail.com>
Fri, 26 May 2017 08:33:40 +0000 (04:33 -0400)
boot/chainloader.c

index fdda82801e2f1abaf22694c5871dafa8a6edcc9c..f90cce98be45b2b928738f8841374972bc794cb5 100644 (file)
@@ -79,7 +79,8 @@ void chainload_file(void* data)
 
     fprintf(stderr, "Changing display mode and chainloading...\n");
 
 
     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
 
     // 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