Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-28 16:59:42 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-28 16:59:42 +0300
commit7ede863fcfa68e44fceb766c3191e5bd98f2cdc9 (patch)
treec5cec1622c49ce8b6951823ef2f28959969bd452 /Benchmarks
parentcedf29ff0250a06d99570eaafa1caa64a0ff81bb (diff)
Lossy levels, some optimization, "ignore-tiled-range" option removed.
Diffstat (limited to 'Benchmarks')
-rw-r--r--Benchmarks/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Benchmarks/Program.cs b/Benchmarks/Program.cs
index f4f03c9..7e0b666 100644
--- a/Benchmarks/Program.cs
+++ b/Benchmarks/Program.cs
@@ -283,7 +283,7 @@ namespace com.clusterrr.Famicom.NesTiler.Benchmarks
"--out-palette-1", PalettePath(prefix, 1),
"--out-palette-2", PalettePath(prefix, 2),
"--out-palette-3", PalettePath(prefix, 3),
- "--lossy",
+ "--lossy", "3",
"--out-tiles-csv", TilesCsvPath(prefix),
"--out-palettes-csv", PalettesCsvPath(prefix),
"--quiet",