File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 99include $(DEVKITARM ) /base_rules
1010
1111export 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
1616VERSION := $(LIBCTRU_MAJOR ) .$(LIBCTRU_MINOR ) .$(LIBCTRU_PATCH )
You can’t perform that action at this time.
0 commit comments