Skip to content

Releases: Mrrraou/waithax

waithax

07 Jan 11:53
Compare
Choose a tag to compare

This version contains a major change in the way it works: the chainloaded application will need to elevate its own privileges using SVC 0x30 (a stubbed SVC on retail firmwares), which is an alias for SVC 0x7B (svcBackdoor).
Most retail applications (including dlplay) have access to this.
This was agreed upon with @nedwill and @d3m3vilurr in order to ensure compatibility for future homebrew.

_For developers_: please refer to this.

waithax

04 Jan 12:56
Compare
Choose a tag to compare
  • Added svcBackdoor reimplementation. This allows to chainload things such as the NTR CFW or ARM9 exploits needing Kernel11 code-exec privileges that are using svcBackdoor.

waithax

03 Jan 21:59
Compare
Choose a tag to compare

(Broken. Use next release or latest, thanks!)

waithax

26 Dec 22:30
Compare
Choose a tag to compare
  • Added an ETA display, implemented by @shchmue (thanks to her!)
  • Added a display for seconds between display updates, which also prints the guessed console speed.

waithax

13 Dec 21:57
Compare
Choose a tag to compare
v1.0.1

Attempt at fixing New3DS speed (#2 and #5) and README update.