mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Release v1.3.1
This commit is contained in:
parent
d726c7c55c
commit
a6492e9888
11
Changelog.md
11
Changelog.md
@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 1.3.1
|
||||||
|
|
||||||
|
* **Fixed regression in cwd handling**.
|
||||||
|
* Added fs commands: fsOpenBisStorage, fsOpenBisFilesystem, fsOpenFileSystem(WithId), fsStorageWrite/Flush/GetSize/SetSize, fsFsCleanDirectoryRecursively.
|
||||||
|
* Added ncm commands: ncmContentMetaDatabaseList/DisableForcibly, ncmContentStorageXYZ family of functions.
|
||||||
|
* HID service now works in sysmodules.
|
||||||
|
* Fixed errors in ncmContentMetaDatabaseListApplication and ncmContentMetaDatabaseSet/Get.
|
||||||
|
* Fixed data races in kernel version detection functions.
|
||||||
|
* Fixed return-from-main to honor atexit handlers.
|
||||||
|
* Further improvements to overall system stability and other minor adjustments to enhance the user experience.
|
||||||
|
|
||||||
## Version 1.3.0
|
## Version 1.3.0
|
||||||
|
|
||||||
#### system
|
#### system
|
||||||
|
@ -10,7 +10,7 @@ include $(DEVKITPRO)/devkitA64/base_rules
|
|||||||
|
|
||||||
export LIBNX_MAJOR := 1
|
export LIBNX_MAJOR := 1
|
||||||
export LIBNX_MINOR := 3
|
export LIBNX_MINOR := 3
|
||||||
export LIBNX_PATCH := 0
|
export LIBNX_PATCH := 1
|
||||||
|
|
||||||
|
|
||||||
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)
|
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)
|
||||||
|
Loading…
Reference in New Issue
Block a user