Changed Zlib option in GRF Editor to "Other Platforms"

This commit is contained in:
MattN-L
2025-02-13 18:53:01 -05:00
parent 78e5d9bbda
commit f2a1309d6e

View File

@@ -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";