mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Release v1.2.1
This commit is contained in:
parent
b11288ea44
commit
7223994aa6
@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## Version 1.2.1
|
||||
|
||||
* Added hidMergeSingleJoyAsDualJoy.
|
||||
* Added setGetSerialNumber.
|
||||
* Renamed the JIT syscalls to match their official names.
|
||||
* Fixed bug in nvgfxEventWait that prevented the graphics subsystem from working on certain conditions.
|
||||
* Fixed JIT support on 5.0.0+ by falling back on JitType_CodeMemory.
|
||||
* Further improvements to overall system stability and other minor adjustments to enhance the user experience.
|
||||
|
||||
## Version 1.2.0
|
||||
|
||||
#### filesystem
|
||||
|
@ -10,7 +10,7 @@ include $(DEVKITPRO)/devkitA64/base_rules
|
||||
|
||||
export LIBNX_MAJOR := 1
|
||||
export LIBNX_MINOR := 2
|
||||
export LIBNX_PATCH := 0
|
||||
export LIBNX_PATCH := 1
|
||||
|
||||
|
||||
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)
|
||||
|
Loading…
Reference in New Issue
Block a user