mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 08:32:15 +02:00
Merge db4633e5ff
into a007e98e17
This commit is contained in:
commit
414c403ce4
@ -101,7 +101,7 @@
|
|||||||
#define TCR_IRGN_WBNWA (3 << 8)
|
#define TCR_IRGN_WBNWA (3 << 8)
|
||||||
#define TCR_IRGN_MASK (3 << 8)
|
#define TCR_IRGN_MASK (3 << 8)
|
||||||
#define TCR_ORGN_NC (0 << 10)
|
#define TCR_ORGN_NC (0 << 10)
|
||||||
#define TCR_ORGN_WBNWA (1 << 10)
|
#define TCR_ORGN_WBWA (1 << 10)
|
||||||
#define TCR_ORGN_WT (2 << 10)
|
#define TCR_ORGN_WT (2 << 10)
|
||||||
#define TCR_ORGN_WBNWA (3 << 10)
|
#define TCR_ORGN_WBNWA (3 << 10)
|
||||||
#define TCR_ORGN_MASK (3 << 10)
|
#define TCR_ORGN_MASK (3 << 10)
|
||||||
|
Loading…
Reference in New Issue
Block a user