Advertisement
Bond697

Untitled

Sep 22nd, 2016
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ARM 0.30 KB | None | 0 0
  1. in main.arm.cpp, find these lines:
  2. "ldr r0, =0x080E3448    \n\t"  
  3. "ldr r1, =0x08085270    \n\t"  
  4.  
  5. change to this:
  6. "ldr r0, =0x080CB3C8    \n\t"  
  7. "ldr r1, =0x08085274    \n\t"
  8.  
  9. also, you can get rid of the 2 lines for g_kernel_devmode.  that's probably not causing a problem, but just in case.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement