mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Release v1.6.0
This commit is contained in:
parent
36bed9f8fc
commit
07cd134d24
37
Changelog.md
37
Changelog.md
@ -1,5 +1,42 @@
|
||||
# Changelog
|
||||
|
||||
## Version 1.6.0
|
||||
|
||||
#### system
|
||||
* **Added support for userland exception handling**.
|
||||
|
||||
#### filesystem
|
||||
* **Added support for retrieving file timestamps on 3.0.0+**.
|
||||
* Added fsdevSetArchiveBit, for setting the archive bit on a directory.
|
||||
* Added fs commands: fsFsQueryEntry, fsFsSetArchiveBit, fsDeviceOperatorIsGameCardInserted, fsDeviceOperatorGetGameCardHandle, fsDeviceOperatorGetGameCardAttribute.
|
||||
|
||||
#### audio
|
||||
* **Added hwopus service wrapper**.
|
||||
* **Added audren support for system versions prior to 3.0** by automatically using the latest available revision number for a given version (1.0.0-4.0.0+).
|
||||
* Added auddev (IAudioDevice) service wrapper.
|
||||
|
||||
#### hid
|
||||
* **Added support for SL/SR buttons on right JoyCons**.
|
||||
* Added HidJoyHoldType enum.
|
||||
* Changed hid to use hidSetNpadJoyHoldType during init/exit.
|
||||
|
||||
#### other services
|
||||
* Added psc (psc:m) service wrapper.
|
||||
* Added spsm service wrapper.
|
||||
* Added pcv service wrapper.
|
||||
* Added lbl service wrapper.
|
||||
* Added i2c service wrapper.
|
||||
* Added gpio service wrapper.
|
||||
* Added bpc commands: bpcGetSleepButtonState.
|
||||
* Added setsys commands: setsysBindFatalDirtyFlagEvent, setsysGetFatalDirtyFlags.
|
||||
* Added fatal commands: fatalWithContext.
|
||||
* Added PsmBatteryVoltageState enum.
|
||||
* Added SetSysFlag_RequiresRunRepairTimeReviser.
|
||||
* Added appletSetFocusHandlingMode (previously it existed but it was not exposed).
|
||||
|
||||
#### miscellaneous
|
||||
* Further improvements to overall system stability and other minor adjustments to enhance the user experience.
|
||||
|
||||
## Version 1.5.0
|
||||
|
||||
#### system
|
||||
|
@ -9,7 +9,7 @@ endif
|
||||
include $(DEVKITPRO)/devkitA64/base_rules
|
||||
|
||||
export LIBNX_MAJOR := 1
|
||||
export LIBNX_MINOR := 5
|
||||
export LIBNX_MINOR := 6
|
||||
export LIBNX_PATCH := 0
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user