Skip to content

Releases: Koi-3088/usb-botbase

v2.3.5

18 Apr 07:43
Compare
Choose a tag to compare

Fixes erroneous duplicate threads for wifi, unmounts SD as soon as mode is checked.

Fix the getVersion command

09 Apr 06:40
eb8c276
Compare
Choose a tag to compare

Fixes the getVersion command (was allocating nothing and leaking memory). Cleans up the commit history to match sbb's.

Edit: Hotfixed on 4/15 to fix touch (no code changes, was rebuilt with latest libnx and pacman).

PeekInfinite, game info, etc.

02 Apr 03:39
Compare
Choose a tag to compare

Uses the latest libnx for FW 16.0.0 and latest sys-botbase commits (at the time of release).

Release defaults to USB mode. If you wish to change this, edit the contents of the config.cfg file with your text editor of choice to wifi instead of usb.

Add function to get unix system time

18 Jan 00:37
Compare
Choose a tag to compare
v2.2-hybrid-unix

Add function to get unix system time.

Refactor, pointer reads

14 Aug 18:35
Compare
Choose a tag to compare

Minor refactor, make WiFi default if no config file is present, fix pointer reads for LGPE (thanks, Anubis!).

A few stability tweaks

10 Apr 03:37
Compare
Choose a tag to compare

screenOn and screenOff once again turn on/off the backlight. Many thanks to SciresM for yielding atmosphère's lbl service session until required such that we can do the same here. Note that this only works with Atmosphère 1.3.1 onwards.
-berichan

Support for HOS 14.0.0 & AMS v1.3.0

26 Mar 07:06
Compare
Choose a tag to compare
Pre-release

This is an interim update until a stable 14.0.0 libnx is available, however it should work fine for the vast majority of cases.
All lbl sessions are allocated and as such screenOn/screenOff will no longer turn the backlight on/off.
-berichan

As for USB-Botbase specific changes, removed NTP.

isProgramRunning and latest libnx (updates to Berichan's 2.1 release)

09 Feb 20:44
Compare
Choose a tag to compare

This should fix an issue with certain virtual controllers not connecting correctly.

isProgramRunning required the entire identifier, so to check if the keyboard is open you would send isProgramRunning 0x0100000000001008\r\n

Pointer reads

29 Nov 00:56
Compare
Choose a tag to compare

Updates to Berichan's sys-botbase 2.0 commits (should also fix all previously incompatible functions) that allow multi peek and pointers. In other words, the Pokemon BDSP update.

Removes Atmosphere-libs dependency for, hopefully, easier updates in the future.

This also "combines" USB-Botbase and sys-botbase - can edit the text inside config.cfg to either wifi or usb for the type of connection you wish to use. Default is wifi.

FW 13.0.0 support (using Berichan's fix from sys-botbase)

20 Sep 06:44
Compare
Choose a tag to compare
Implement Berichan's commits for FW 13.0.0 support (edaf53dc) and poi…

…nters relative to heap (0bcb7c70).