mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
libnx v4.2.2
This commit is contained in:
parent
ac414d2bc5
commit
c4c9a6af3c
25
Changelog.md
25
Changelog.md
@ -1,5 +1,30 @@
|
||||
# Changelog
|
||||
|
||||
## Version 4.2.2
|
||||
|
||||
#### system
|
||||
* svc: Added svcMapInsecureMemory, svcUnmapInsecureMemory [15.0.0+].
|
||||
* svc: Renamed perm parameter of svcMapDeviceAddressSpaceByForce and svcMapDeviceAddressSpaceAligned to option [15.0.0+].
|
||||
* svc: Corrected svcMapIoRegion, svcUnmapIoRegion.
|
||||
* env: Added HBABI support for hinting SVCs in the extended range 0x80..0xBF.
|
||||
* cache: Added instruction barrier to armICacheInvalidate.
|
||||
|
||||
#### graphics
|
||||
* Added nvGpuGetTimestamp, nvioctlNvhostCtrlGpu_GetGpuTime.
|
||||
|
||||
#### applets
|
||||
* swkbd: Corrected several typos and incorrect floating point values.
|
||||
|
||||
#### network
|
||||
* socket: Added socketNifmRequestRegisterSocketDescriptor, socketNifmRequestUnregisterSocketDescriptor.
|
||||
* nifm: nifmRequestSetKeptInSleep, nifmRequestRegisterSocketDescriptor, nifmRequestUnregisterSocketDescriptor, nifmSetWowlDelayedWakeTime.
|
||||
|
||||
#### other services
|
||||
* set:sys: setsysNeedsToUpdateHeadphoneVolume removed in [15.0.0].
|
||||
* pdm:qry: pdmqryQueryRecentlyPlayedApplication, pdmqryGetRecentlyPlayedApplicationUpdateEvent removed in [15.0.0].
|
||||
|
||||
Several issues were fixed, and usability and stability were improved.
|
||||
|
||||
## Version 4.2.1
|
||||
|
||||
#### system
|
||||
|
@ -10,7 +10,7 @@ include $(DEVKITPRO)/devkitA64/base_rules
|
||||
|
||||
export LIBNX_MAJOR := 4
|
||||
export LIBNX_MINOR := 2
|
||||
export LIBNX_PATCH := 1
|
||||
export LIBNX_PATCH := 2
|
||||
|
||||
|
||||
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)
|
||||
|
Loading…
Reference in New Issue
Block a user