More actions
(Created page with "{{Infobox 3DS homebrew | title = Eshop Debugger | image = https://dlhb.gamebrew.org/3dshomebrew/EshopDebugger.jpg|250px | type = Utilities | version = v0.2 | licence = Mixed |...") |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/EshopDebugger.jpg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/EshopDebugger.jpg|250px | ||
| type = Utilities | | type = Utilities | ||
| version = | | version = 0.2 (14 Sept 2016) | ||
| licence = | | licence = GPLv3 | ||
| author = Reisyukaku | | author = Reisyukaku | ||
| website = https://github.com/Reisyukaku/EShopDebugger | | website = https://github.com/Reisyukaku/EShopDebugger | ||
Line 10: | Line 10: | ||
| source = https://dlhb.gamebrew.org/3dshomebrew/EshopDebugger.rar | | source = https://dlhb.gamebrew.org/3dshomebrew/EshopDebugger.rar | ||
}} | }} | ||
EShop Debugger is a tool used for eshop related stuff. | |||
==Installation== | |||
===Installing=== | |||
Available as a 3DS and CIA. | |||
* 3DS - Copy .3ds to your SD card. | |||
* CIA - Install the .cia with the CIA manager of your choice. | |||
===Building=== | |||
Requires [https://github.com/Steveice10/citrus citrus] and its dependencies to build, as well as the author's fork of [https://mega.nz/#!11xAyTwZ!Y8-s7uiWyTG09VvTLOjSDLklZrT3O-T7kuEb4FC-6mE ctrulib]. | |||
==User guide== | |||
Parses account information and displays it. | |||
Press A to launch eshop. | |||
==Known issues== | |||
Weird deinit bug with AC/ACT services causing the app to crash when going back to homemenu. | |||
==Changelog== | |||
'''0.2 2016/09/14''' | |||
* Added NPNS token. | |||
* Added misc IPC services. | |||
* Various bug fixes. | |||
'''0.1 2016/06/18''' | |||
* Initial release. | |||
==Credits== | |||
Steveice10 for the homebrew template. | Steveice10 for the homebrew template. | ||
Me (Rei) for coding everything else. | Me (Rei) for coding everything else. | ||
[[Category:3DS homebrew applications]] | |||
[[Category:Homebrew utility applications on 3DS]] |
Revision as of 07:50, 27 July 2021
EShop Debugger is a tool used for eshop related stuff.
Installation
Installing
Available as a 3DS and CIA.
- 3DS - Copy .3ds to your SD card.
- CIA - Install the .cia with the CIA manager of your choice.
Building
Requires citrus and its dependencies to build, as well as the author's fork of ctrulib.
User guide
Parses account information and displays it.
Press A to launch eshop.
Known issues
Weird deinit bug with AC/ACT services causing the app to crash when going back to homemenu.
Changelog
0.2 2016/09/14
- Added NPNS token.
- Added misc IPC services.
- Various bug fixes.
0.1 2016/06/18
- Initial release.
Credits
Steveice10 for the homebrew template.
Me (Rei) for coding everything else.