More actions
(Created page with "{{Infobox Switch Homebrews |title=JigTester |image=jigtesterswitch.png |description=JigTester RCM Payload. |author=LucaCorigliano |lastupdated=2018/05/23 |type=Payload (Binaries) |version=2018 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/switchhomebrews/jigtesterswitch.7z |website=https://gbatemp.net/threads/jigtester-rcm-payload.504962/ |source=https://github.com/LucaCorigliano/JigTester |donation= }} {{#seo: |title=Switch Payloads (Payload (Binaries)) - GameBre...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=JigTester | |title=JigTester | ||
|image= | |image=jigtesternx.png | ||
|description=JigTester RCM Payload. | |description=JigTester RCM Payload (based on Atmosphère-NX PoC). | ||
|author=LucaCorigliano | |author=LucaCorigliano | ||
|lastupdated=2018/05/23 | |lastupdated=2018/05/23 | ||
Line 8: | Line 8: | ||
|version=2018 | |version=2018 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/jigtesternx.7z | ||
|website=https://gbatemp.net/threads/jigtester-rcm-payload.504962/ | |website=https://gbatemp.net/threads/jigtester-rcm-payload.504962/ | ||
|source=https://github.com/LucaCorigliano/JigTester | |source=https://github.com/LucaCorigliano/JigTester | ||
|donation= | |donation= | ||
}} | }} | ||
JigTester provides the ability to test whether or not the Home button is pressed. | |||
This is useful for those who sell RCM Jigs or just want to test something out. | |||
==Changelog== | |||
'''2018/05/23''' | |||
*Prebuilt release, it should just work. | |||
== | ==Credits== | ||
*gpio.c / gpio.h / t210.h / types.h from Hekate IPL (https://github.com/nwert/hekate). | |||
*GPIO Y-1 detection in main.c. | |||
https:// | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/LucaCorigliano/JigTester | ||
* GBAtemp - https://gbatemp.net/threads/jigtester-rcm-payload.504962/ | |||
Latest revision as of 02:51, 6 July 2023
JigTester | |
---|---|
General | |
Author | LucaCorigliano |
Type | Payload (Binaries) |
Version | 2018 |
License | GPL-2.0 |
Last Updated | 2018/05/23 |
Links | |
Download | |
Website | |
Source | |
JigTester provides the ability to test whether or not the Home button is pressed.
This is useful for those who sell RCM Jigs or just want to test something out.
Changelog
2018/05/23
- Prebuilt release, it should just work.
Credits
- gpio.c / gpio.h / t210.h / types.h from Hekate IPL (https://github.com/nwert/hekate).
- GPIO Y-1 detection in main.c.