Line 8: |
Line 8: |
| | | |
| ==System Titles== | | ==System Titles== |
− | <fill this in (manually) later>
| + | ===Modules=== |
| + | ====GSP==== |
| + | Only one function was changed at all, L_1098C8 (N3DS address), previously L_109B20, to add support for the New 2DS XL. Inside the block executed when bit2 of the 32-bit register 0x1EF00000 is set: |
| + | |
| + | - if(R_FAILED(CFGS_GetInfoBlk8(n3dsBacklightControl, 8, 0x50009))) *n3dsBacklightControl = 0; |
| + | + if(systemModel == 5 || R_FAILED(CFGS_GetInfoBlk8(n3dsBacklightControl, 8, 0x50009))) *n3dsBacklightControl = 0; |
| | | |
| ==See Also== | | ==See Also== |