From f66ea08af1fc81b054c28f49fd5a557b366d212f Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Wed, 28 Nov 2012 21:17:03 +0100 Subject: [PATCH] fixed black-screen when returning from an app loaded with --- installer/wad/0001000154484246.tmd | Bin 592 -> 592 bytes main/source/ahbfix.cpp | 2 +- updates | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index d670a10205e1185384232e59318e461b27c70645..cb792a95d38eb3c35d0bcd06a48de396a7a8c1cb 100644 GIT binary patch delta 32 ocmcb>a)D)o1d~WlOIU$F+r()di9Vf65C5(7xLrGMvJR690N8sCm;e9( delta 32 ocmcb>a)D)o1e3@`u?r3ncO@!9PC6!SKDs$W)bQQm$vR9b0NiU0asU7T diff --git a/main/source/ahbfix.cpp b/main/source/ahbfix.cpp index 141673c..3a99c6a 100644 --- a/main/source/ahbfix.cpp +++ b/main/source/ahbfix.cpp @@ -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) { diff --git a/updates b/updates index 416ec72..3d97b66 100644 --- a/updates +++ b/updates @@ -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 //rev41: - fixed auto-connecting Internet via WiFi