fixed black-screen when returning from an app loaded with <ahb_access/>

This commit is contained in:
Christopher Roy Bratusek 2012-11-28 21:17:03 +01:00
parent 6deb5a4958
commit f66ea08af1
3 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -48,7 +48,7 @@ static const u16 ticket_check[] = {
s32 Patch_ahbprot(void)
{
// patch HID4 write in HBC stub - this should be done when the extra HID4 bits are turned on
*(u32*)0x80002174 = 0x60000000;
//*(u32*)0x80002174 = 0x60000000;
if (read32(CHECK_AHB) != 0xffffffff)
{

View File

@ -10,6 +10,8 @@
- ensure 'Launch Priiloader' is only shown if Priiloader
is really installed (in some cases it could appear even
if Priiloader hasn't been installed)
- fixed a bug that caused black-screen then returning into
HBF from app loaded with <ahb_access/>
//rev41:
- fixed auto-connecting Internet via WiFi