Originally by @WerWolv
Continued Support by proferabg & ppkantorski
Updated libnx.
Now utilizing libtesla (Ultrahand) & libultra.
Custom wallpaper / theme support.
Users can override the system wallpaper / theme with `sdmc:/config/edizon/wallpaper.rgba` and `sdmc:/config/edizon/theme.ini`.
Faster opening / game detection.
Fix for local IP calls.
Temperature readings are now done through i2c.
In your cheat text document, you can add submenus by using these 2 tags
[--SectionStart:<Section Name>--]
[--SectionEnd:<Section Name>--]
Example:
[--SectionStart:Item Codes--]
00000000 00000000 00000000
[Items x999]
040A0000 01DB2A08 52807CE0
[--SectionEnd:Item Codes--]
00000000 00000000 00000000
This will create a submenu called Item Codes with Items x999 being a cheat in that submenu.
You can also disable the submenu feature (skips submenu items in cheat file). To do so, insert the following at the very top of the file.
[--DisableSubmenus--]
00000000 00000000 00000000
Warning: Having too many cheats at once can lead to stability issues and can crash.
In your cheat text document, you can have cheats turn on by default on opening of the overlay. To do this, simply find the cheat you want to enable by default and add :ENABLED onto the end of the name.
Example:
[60 FPS Mod:ENABLED]
00000000 00000000 00000000
Warning: This will turn the cheat on every time the overlay is relaunched. Also, turning the cheat off in the menu and relaunching the overlay will turn the cheat back on.