summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/options.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-07-18 14:40:21 -0400
committerGitHub <noreply@github.com>2020-07-18 14:40:21 -0400
commit453ccaf11724bb7e96f0e12e4520161f52056520 (patch)
tree2fe773190862655e5109618798618bed10152893 /tools/nitrogfx/options.h
parentca9a7a58bceec9afe84138f4c9e8ad5cc782d3a6 (diff)
parentfbd71239b903711e84f325f78f5bab89bc9629db (diff)
Merge pull request #240 from red031000/master
nitrogfx support for scanned images, arm9 OS_exception, some more images
Diffstat (limited to 'tools/nitrogfx/options.h')
-rw-r--r--tools/nitrogfx/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/nitrogfx/options.h b/tools/nitrogfx/options.h
index dc90a2a2..b03bd561 100644
--- a/tools/nitrogfx/options.h
+++ b/tools/nitrogfx/options.h
@@ -30,6 +30,7 @@ struct PngToNtrOptions {
bool byteOrder;
bool version101;
bool sopc;
+ bool scanned;
};