-small disc and channel boot changes

This commit is contained in:
fix94.1 2012-02-05 18:13:04 +00:00
parent 2aa3cca32c
commit 9f1aa93598
2 changed files with 1 additions and 2 deletions

View File

@ -110,6 +110,7 @@ s32 BootChannel(u8 *data, u64 chantitle, u8 vidMode, bool vipatch, bool countryS
"mtlr %r3\n"
"lis %r3, 0x8000\n"
"ori %r3, %r3, 0x18A8\n"
"nop\n"
"mtctr %r3\n"
"bctr\n"
"returnpoint:\n"

View File

@ -401,9 +401,7 @@ s32 Disc_BootPartition(u64 offset, u8 vidMode, bool vipatch, bool countryString,
"ori %r3, %r3, appentrypoint@l\n"
"lwz %r3, 0(%r3)\n"
"mtlr %r3\n"
"nop\n"
"lis %r3, 0x8000\n"
"nop\n"
"ori %r3, %r3, 0x18A8\n"
"nop\n"
"mtctr %r3\n"