Skip to content

Commit 5450b2b

Browse files
committed
Release 1.5.0
1 parent cc22550 commit 5450b2b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

Changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Version 1.5.0
4+
5+
- Added new decompression API which supports LZSS/LZ10, LZ11, RLE & Huffman formats, and which can read compressed data from memory or from a file.
6+
- Added srvSetBlockingPolicy, which controls whether srvGetServiceHandle blocks when the service isn't yet registered (or returns an error otherwise).
7+
- Added ACU commands: ACU_GetStatus, ACU_GetSecurityMode, ACU_GetSSIDLength, ACU_GetSecurityMode, ACU_GetProxyEnable, ACU_GetProxyPort, ACU_GetProxyUserName, ACU_GetProxyPassword, ACU_GetLastErrorCode, ACU_GetLastDetailErrorCode.
8+
- Added CFGI commands: CFGI_SecureInfoGetSerialNumber, CFGU_IsNFCSupported, CFGI_GetLocalFriendCodeSeed, CFGI_GetLocalFriendCodeSeedData, CFGI_GetSecureInfoData, CFGI_GetSecureInfoSignature.
9+
- Added MCUHWC commands: MCUHWC_SetWifiLedState, MCUHWC_SetPowerLedState, MCUHWC_Get3dSliderLevel, MCUHWC_GetFwVerHigh, MCUHWC_GetFwVerLow.
10+
- Added NS commands: NS_TerminateTitle, NS_TerminateProcessTID (with timeout), NS_RebootSystem.
11+
- Added PM commands: PM_TerminateCurrentApplication, PM_TerminateProcess, PM_UnregisterProcess.
12+
- Overhauled NDMU service support and added many commands that were previously missing.
13+
- Fixed bugs in srv:pm implementation.
14+
- Fixed calculation of vertical texture coordinates in fontCalcGlyphPos.
15+
- Fixed shaderProgramSetGshInputPermutation.
16+
- Fixed and added clock speed constants (affects system clock and NDSP).
17+
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
18+
319
## Version 1.4.0
420

521
- Added LightSemaphore synchronization primitive.

libctru/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99
include $(DEVKITARM)/base_rules
1010

1111
export LIBCTRU_MAJOR := 1
12-
export LIBCTRU_MINOR := 4
12+
export LIBCTRU_MINOR := 5
1313
export LIBCTRU_PATCH := 0
1414

1515

0 commit comments

Comments
 (0)