Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- in main.arm.cpp, find these lines:
- "ldr r0, =0x080E3448 \n\t"
- "ldr r1, =0x08085270 \n\t"
- change to this:
- "ldr r0, =0x080CB3C8 \n\t"
- "ldr r1, =0x08085274 \n\t"
- 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