Skip to content

Commit cbfaeca

Browse files
ExtremsWinterMute
Extrems
authored andcommitted
Don't unmask PI error interrupt
(cherry picked from commit 392885c) (cherry picked from commit 6452c18)
1 parent 8052c93 commit cbfaeca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libogc/irq.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,6 @@ void __irq_init(void)
411411
_piReg[1] = 0xf0;
412412

413413
__MaskIrq(-32);
414-
415-
_piReg[0] = 0x01;
416-
__UnmaskIrq(IM_PI_ERROR);
417414
}
418415

419416
raw_irq_handler_t IRQ_Request(u32 nIrq,raw_irq_handler_t pHndl,void *pCtx)

0 commit comments

Comments
 (0)