From cadcdf4d5525c201c07a1633ede69bc1644cc423 Mon Sep 17 00:00:00 2001 From: Gregory Heskett Date: Mon, 7 Apr 2025 23:30:48 -0400 Subject: [PATCH] Make G_PM_NPRIMITIVE a world default for fast64 exports --- fast64.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast64.json b/fast64.json index 5a8827794d..db3a37e9dd 100644 --- a/fast64.json +++ b/fast64.json @@ -14,7 +14,7 @@ "textureConvert": "G_TC_FILT", "textureFilter": "G_TF_BILERP", "perspectiveCorrection": "G_TP_PERSP", - "pipelineMode": "G_PM_1PRIMITIVE" + "pipelineMode": "G_PM_NPRIMITIVE" }, "otherModeL": {}, "other": {}