Set pre 2.00 protocols from vitamtp header.

This commit is contained in:
codestation
2015-02-15 23:17:26 -04:30
parent ee53b90ef8
commit 54fcf1ea73

View File

@@ -217,16 +217,16 @@ int getVitaProtocolVersion()
protocol = VITAMTP_PROTOCOL_FW_2_00; protocol = VITAMTP_PROTOCOL_FW_2_00;
break; break;
case 6: case 6:
protocol = 1300010; // VITAMTP_PROTOCOL_FW_1_80 protocol = VITAMTP_PROTOCOL_FW_1_80;
break; break;
case 7: case 7:
protocol = 1200010; // VITAMTP_PROTOCOL_FW_1_60 protocol = VITAMTP_PROTOCOL_FW_1_60;
break; break;
case 8: case 8:
protocol = 1100010; // VITAMTP_PROTOCOL_FW_1_50 protocol = VITAMTP_PROTOCOL_FW_1_50;
break; break;
case 9: case 9:
protocol = 1000010; // VITAMTP_PROTOCOL_FW_1_00 protocol = VITAMTP_PROTOCOL_FW_1_00;
break; break;
default: default:
protocol = VITAMTP_PROTOCOL_MAX_VERSION; protocol = VITAMTP_PROTOCOL_MAX_VERSION;