Skip to content

Commit 53c4200

Browse files
committed
Release 1.4.0
1 parent 213f586 commit 53c4200

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Changelog.md

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

3+
## Version 1.4.0
4+
5+
- Added LightSemaphore synchronization primitive.
6+
- Added exheader definitions.
7+
- Added support for the Loader service.
8+
- Added support for the mcu::HWC service.
9+
- Added support for the Mii selector applet.
10+
- Added ResourceLimitType.
11+
- Added AM commands: AM_DeleteAllTemporaryTitles, AM_DeleteAllExpiredTitles, AM_DeleteAllTwlTitles.
12+
- Added CFGI commands: CFGI_RestoreLocalFriendCodeSeed, CFGI_RestoreSecureInfo, CFGI_DeleteConfigSavefile, CFGI_FormatConfig, CFGI_ClearParentalControls, CFGI_VerifySigLocalFriendCodeSeed, CFGI_VerifySigSecureInfo.
13+
- Added GSPGPU commands: GSPGPU_SetLedForceOff.
14+
- Added GSPLCD commands: GSPLCD_SetBrightness, GSPLCD_SetBrightnessRaw, GSPLCD_PowerOnAllBacklights, GSPLCD_PowerOffAllBacklights, GSPLCD_SetLedForceOff.
15+
- Fixed srv:pm handling in pre-7.x system versions.
16+
- Fixed GPU_LIGHTPERM macro definition.
17+
- Removed the remaining deprecated GPUCMD commands.
18+
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
19+
320
## Version 1.3.0
421

522
- Implement more svc calls

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 := 3
12+
export LIBCTRU_MINOR := 4
1313
export LIBCTRU_PATCH := 0
1414

1515

0 commit comments

Comments
 (0)