mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
fixed black-screen when returning from an app loaded with <ahb_access/>
This commit is contained in:
parent
6deb5a4958
commit
f66ea08af1
Binary file not shown.
@ -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)
|
||||
{
|
||||
|
2
updates
2
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 <ahb_access/>
|
||||
|
||||
//rev41:
|
||||
- fixed auto-connecting Internet via WiFi
|
||||
|
Loading…
Reference in New Issue
Block a user