summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/options.h
diff options
context:
space:
mode:
authorwho-knows-who <j.williams97@outlook.com>2021-04-17 12:48:19 +0100
committerwho-knows-who <j.williams97@outlook.com>2021-04-17 12:48:19 +0100
commit996d9d78106cf4ab601815550ba77a92ab678328 (patch)
tree9a92b4f792a11466cdee719b18ed449dee2e27fc /tools/nitrogfx/options.h
parent267cb812e827604d4829d3afe28a82b0970d3706 (diff)
parent85a8a2bd43633e11af094d66a35f3c32dc7c8bfe (diff)
Merge branch 'master' into 0202A1E0
Diffstat (limited to 'tools/nitrogfx/options.h')
-rw-r--r--tools/nitrogfx/options.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/nitrogfx/options.h b/tools/nitrogfx/options.h
index f4626df9..780c83e6 100644
--- a/tools/nitrogfx/options.h
+++ b/tools/nitrogfx/options.h
@@ -69,16 +69,17 @@ struct Cell {
short minX;
short minY;
struct OAM oam;
- char *label;
};
struct JsonToCellOptions {
- bool label;
+ bool labelEnabled;
bool extended;
int imageHeight;
int imageWidth;
int cellCount;
struct Cell **cells;
+ char **labels;
+ int labelCount;
};
struct JsonToScreenOptions {