Releases: Koi-3088/usb-botbase
Firmware 19.0.0 update
v2.3.5
Fix the getVersion command
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.
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
v2.2-hybrid-unix Add function to get unix system time.
Refactor, pointer reads
Minor refactor, make WiFi default if no config file is present, fix pointer reads for LGPE (thanks, Anubis!).
A few stability tweaks
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
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)
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 sendisProgramRunning 0x0100000000001008\r\n
Pointer reads
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
.