Merge pull request #381 from NieDzejkob/rgbgfx-curve

rgbgfx: Add an option to take the CGB's color profile into account
This commit is contained in:
Eldred Habert
2019-08-29 22:19:36 +02:00
committed by GitHub
4 changed files with 50 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ struct Options {
bool horizontal;
bool mirror;
bool unique;
bool colorcurve;
int trim;
char *tilemapfile;
bool tilemapout;