From f2a1309d6eac30af3e5b9c0b9c82a64ea14a9de5 Mon Sep 17 00:00:00 2001 From: MattN-L Date: Thu, 13 Feb 2025 18:53:01 -0500 Subject: [PATCH] Changed Zlib option in GRF Editor to "Other Platforms" --- PCK-Studio/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index 04bd0b1f..8b021712 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -512,7 +512,7 @@ namespace PckStudio { const string use_deflate = "PS3"; const string use_xmem = "Xbox 360"; - const string use_zlib = "Wii U, PS Vita"; + const string use_zlib = "Other Platforms"; ItemSelectionPopUp dialog = new ItemSelectionPopUp(use_zlib, use_deflate, use_xmem); dialog.LabelText = "Type";