This commit is contained in:
miku-666
2025-02-23 10:59:31 +01:00

View File

@@ -531,7 +531,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";