File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #### wut 1.4.0
2+
3+ ## What's Changed
4+ * nfc: Add initial header by @GaryOderNichts in https://github.com/devkitPro/wut/pull/321
5+ * nsysccr/cdc: Add CCRCDCWowlWakeDrc and CCRCDCWakeStateEnum by @Andrew1Hawes in https://github.com/devkitPro/wut/pull/320
6+ * Add NTAG by @GaryOderNichts in https://github.com/devkitPro/wut/pull/326
7+ * Add system time update functions by @GaryOderNichts in https://github.com/devkitPro/wut/pull/328
8+ * Update camera.h by @Fangal-Airbag in https://github.com/devkitPro/wut/pull/329
9+ * Add missing GX2 enum values by @GaryOderNichts in https://github.com/devkitPro/wut/pull/327
10+ * Add missing optnames and multicast support by @GaryOderNichts in https://github.com/devkitPro/wut/pull/331
11+ * procui: Fix ProcUIInForeground and ProcUIIsRunning comments by @Andrew1Hawes in https://github.com/devkitPro/wut/pull/330
12+ * Finalize compile commands by @thearst3rd in https://github.com/devkitPro/wut/pull/332
13+
114#### wut 1.3.2
215
316* Implement wut_set_thread_specific/wut_get_thread_specific as weak functions by @Maschell in https://github.com/devkitPro/wut/pull/324
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ TOPDIR ?= $(CURDIR)
33include $(TOPDIR ) /share/wut_rules
44
55export WUT_MAJOR := 1
6- export WUT_MINOR := 3
6+ export WUT_MINOR := 4
77export WUT_PATCH := 0
88
99VERSION := $(WUT_MAJOR ) .$(WUT_MINOR ) .$(WUT_PATCH )
You can’t perform that action at this time.
0 commit comments