summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/options.h
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-05-19 23:07:59 +0100
committerGitHub <noreply@github.com>2021-05-19 23:07:59 +0100
commit98f11489806b6dba4c6080c5429b2368d3092541 (patch)
treec349b2aaa00b6913e3481aa5fdc52e71ce16a1b9 /tools/nitrogfx/options.h
parent3a94a45070b5cdc5f4dc92a5f392afbfcfa00bea (diff)
parent73d208810e888514be6cb13bd34db9c8bc47032c (diff)
Merge pull request #380 from red031000/master
some box sprites + nitrogfx NCER mapping type
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 780c83e6..66e9895d 100644
--- a/tools/nitrogfx/options.h
+++ b/tools/nitrogfx/options.h
@@ -74,6 +74,7 @@ struct Cell {
struct JsonToCellOptions {
bool labelEnabled;
bool extended;
+ int mappingType;
int imageHeight;
int imageWidth;
int cellCount;