From 73d208810e888514be6cb13bd34db9c8bc47032c Mon Sep 17 00:00:00 2001 From: red031000 Date: Wed, 19 May 2021 22:58:03 +0100 Subject: implement nitrogfx ncer mapping type --- tools/nitrogfx/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/nitrogfx/options.h') 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; -- cgit v1.2.3