More actions
(Created page with "{{Infobox 3DS homebrew | title = 3DeMore | image = https://dlhb.gamebrew.org/3dshomebrew/3DeMore.png|250px | type = Utilities | version = 1.0.0 | licence = Mixed | author = Ky...") |
No edit summary |
||
Line 14: | Line 14: | ||
= 3DeMore = | = 3DeMore = | ||
Reset all demo use counters and exit in few seconds. Simple, minimal, functional. | Reset all demo use counters and exit in few seconds. Simple, minimal, functional. | ||
= Building = | == Building == | ||
3DeMore needs smealum's [https://github.com/smealum/ctrulib libctru] and steveice10's buildtools. | 3DeMore needs smealum's [https://github.com/smealum/ctrulib libctru] and steveice10's buildtools. | ||
To clone the repository with the submodule correctly, use: | To clone the repository with the submodule correctly, use: |
Revision as of 11:27, 26 April 2020
3DeMore
Reset all demo use counters and exit in few seconds. Simple, minimal, functional.
Building
3DeMore needs smealum's libctru and steveice10's buildtools.
To clone the repository with the submodule correctly, use:
git clone --recursive https://github.com/Kyraminol/3DeMore.git
If you have already checked out the code without the submodules, you can run the following command in the project directory to fetch the submodule data:
git submodule update --init --recursive
Credits
Thanks to smealum for his ctrulib and steveice10 for buildtools.