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

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Benchmarks/Program.cs')
-rw-r--r--Benchmarks/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Benchmarks/Program.cs b/Benchmarks/Program.cs
index 7e0b666..ff6a079 100644
--- a/Benchmarks/Program.cs
+++ b/Benchmarks/Program.cs
@@ -184,7 +184,7 @@ namespace com.clusterrr.Famicom.NesTiler.Benchmarks
public void Sprites8x16()
{
var imagePath = Path.Combine(ImagesPath, "sprites2.png");
- DoBenchmarkSprites8x8(imagePath);
+ DoBenchmarkSprites8x16(imagePath);
}
private string PatternTablePath(string prefix, int number) => $"{prefix}_pattern_{number}.bin";
@@ -345,7 +345,7 @@ namespace com.clusterrr.Famicom.NesTiler.Benchmarks
{
var prefix = Path.GetFileNameWithoutExtension(imagePath);
var args = new string[] {
- "--mode", "sprites8x8", "--enable-palettes", "0",
+ "--mode", "sprites8x16", "--enable-palettes", "0",
"--in-0", imagePath,
"--out-pattern-table-0", PatternTablePath(prefix, 0),
"--out-palette-0", PalettePath(prefix, 0),