diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-04-03 15:19:36 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-04-03 15:19:36 +0200 |
commit | 2f95637c2d2e57e06e7e9567f9a45980125ba332 (patch) | |
tree | f9e172d7ef1ca91fe74444f344be3b279b3815e1 /tools/nitrogfx/options.h | |
parent | 44a082830ef1aaff60449d9dc2b01fdcf8300e7f (diff) | |
parent | 49c8d3b403d1304db782f492637438b2fc7dc07b (diff) |
Merge branch 'master' into unk_0205FA2C
Diffstat (limited to 'tools/nitrogfx/options.h')
-rw-r--r-- | tools/nitrogfx/options.h | 5 |
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 { |