Skip to content

Commit 5843fdc

Browse files
committed
release 1.3.0
1 parent 3cea84f commit 5843fdc

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

Changelog.md

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

3+
## Version 1.30
4+
5+
- Implement more svc calls
6+
- svcCreateResourceLimit
7+
- svcSetResourceLimitValues
8+
- svcSetProcessResourceLimits
9+
- svcCreateSession
10+
- svcCreateSessionToPort
11+
- svcSetGpuProt
12+
- svcSetWifiEnabled
13+
- Additional functions
14+
- implement httpcAddPostDataBinary
15+
- implement PTMU_GetAdapterState
16+
- implement GSPLCD_GetBrightness
17+
- add threadDetach
18+
- srv fixes
19+
- Fix srvPublishToSubscriber documentation
20+
- Fix handling of service/named port names of length 8
21+
- Fix srvRegisterPort
22+
- debugging support
23+
- Add support for user-specified exception handlers
24+
- Rename debugDevice_3DMOO to debugDevice_SVC
25+
- created debug version of library
26+
- Implement error applet
27+
- GPU updates
28+
- Add GX command queue system for batching GX commands
29+
- Correct GPU_PROCTEX_LUTID definition
30+
- Add GPU_FOGMODE, GPU_GASMODE and GPU_GASLUTINPUT
31+
- Other improvements and minor adjustments for overall system stability to enhance the user experience
32+
333
## Version 1.2.1
434

535
- Added NFC support

libctru/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ endif
99
include $(DEVKITARM)/base_rules
1010

1111
export LIBCTRU_MAJOR := 1
12-
export LIBCTRU_MINOR := 2
13-
export LIBCTRU_PATCH := 1
12+
export LIBCTRU_MINOR := 3
13+
export LIBCTRU_PATCH := 0
1414

1515

1616
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)

0 commit comments

Comments
 (0)