Skip to content

Commit 6d83b40

Browse files
committed
citro2d v1.6.0
1 parent 614bd5d commit 6d83b40

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Changelog.md

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

3+
## Version 1.6.0
4+
5+
- Added C2D_SetTintMode: switchable tinting modes (solid tint/multiplicative tint/grayscale tint)
6+
- Added C2D_FontSetFilter
7+
- Minor behind-the-scenes performance improvements
8+
- Miscellaneous bugfixes
9+
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
10+
311
## Version 1.5.0
412

513
- Added for manipulating the View Transformation.

Makefile

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

1111
export CITRO2D_MAJOR := 1
12-
export CITRO2D_MINOR := 5
12+
export CITRO2D_MINOR := 6
1313
export CITRO2D_PATCH := 0
1414

1515
VERSION := $(CITRO2D_MAJOR).$(CITRO2D_MINOR).$(CITRO2D_PATCH)

0 commit comments

Comments
 (0)