mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-20 20:41:20 +01:00
thermosphere: honor irq config for ppis
This commit is contained in:
parent
7130b6efd1
commit
76a5e745e4
@ -226,8 +226,6 @@ static inline bool vgicIsVirqEdgeTriggered(u16 id)
|
||||
|
||||
if (id < 16) {
|
||||
return true;
|
||||
} else if (id < 32) {
|
||||
return false;
|
||||
} else {
|
||||
return (g_irqManager.gic.gicd->icfgr[id / 16] & (2 << (id % 16))) != 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user