diff options
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 { |