remove ability to select vita and switch skins

This commit is contained in:
Fireblade 2026-05-21 15:18:03 -04:00 committed by GitHub
parent 275d145a43
commit 67d6b2692f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,19 +202,19 @@ static wstring GetControlTypeSkinPath(int controlType, bool hd)
case 2: case 2:
skinName = L"xbox360"; skinName = L"xbox360";
break; break;
case 3: case -1:
skinName = L"vita"; // not implemented yet skinName = L"vita"; // not implemented yet
break; break;
case 4: case 3:
skinName = L"PS3"; skinName = L"PS3";
break; break;
case 5: case 4:
skinName = L"PS4"; skinName = L"PS4";
break; break;
case 6: case 5:
skinName = L"WiiU"; skinName = L"WiiU";
break; break;
case 7: case -2:
skinName = L"Switch"; // not implemented yet skinName = L"Switch"; // not implemented yet
break; break;
default: default: