diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-13 19:37:12 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-13 19:37:12 +0200 |
commit | a50b0bd9052bbeb9c439f2a25e5ab290c528cdf4 (patch) | |
tree | f58aac843f5cafb1f909a738f5ae3f141e0db37b /tools/nitrogfx/options.h | |
parent | 1598b5dcbb9c2fc7dfc51b4503fe5bcac75dab47 (diff) | |
parent | 7962c5086f9ddd90508559a0d326f4eca9573669 (diff) |
Merge branch 'master' into unk_02016B94
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 { |