mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 20:42:07 +00:00
rgbgfx: Add an option to take the CGB's color profile into account
This commit is contained in:
@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
depth = 2;
|
||||
|
||||
while ((ch = getopt(argc, argv, "Aa:Dd:Ffhmo:Tt:uPp:Vvx:")) != -1) {
|
||||
while ((ch = getopt(argc, argv, "Aa:CDd:Ffhmo:Tt:uPp:Vvx:")) != -1) {
|
||||
switch (ch) {
|
||||
case 'A':
|
||||
opts.attrmapout = true;
|
||||
@@ -53,6 +53,9 @@ int main(int argc, char *argv[])
|
||||
case 'a':
|
||||
opts.attrmapfile = optarg;
|
||||
break;
|
||||
case 'C':
|
||||
opts.colorcurve = true;
|
||||
break;
|
||||
case 'D':
|
||||
opts.debug = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user