Skip to content

Commit

Permalink
citro2d v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Jan 28, 2022
1 parent 614bd5d commit 6d83b40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
@@ -1,5 +1,13 @@
# Changelog

## Version 1.6.0

- Added C2D_SetTintMode: switchable tinting modes (solid tint/multiplicative tint/grayscale tint)
- Added C2D_FontSetFilter
- Minor behind-the-scenes performance improvements
- Miscellaneous bugfixes
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

## Version 1.5.0

- Added for manipulating the View Transformation.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -9,7 +9,7 @@ endif
include $(DEVKITARM)/3ds_rules

export CITRO2D_MAJOR := 1
export CITRO2D_MINOR := 5
export CITRO2D_MINOR := 6
export CITRO2D_PATCH := 0

VERSION := $(CITRO2D_MAJOR).$(CITRO2D_MINOR).$(CITRO2D_PATCH)
Expand Down

0 comments on commit 6d83b40

Please sign in to comment.