mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 02:20:53 +00:00
Merge pull request #426 from nauxliu/bump-max-bitrate
Bump max bitrate to 150Mbps to line up with android and qt version
This commit is contained in:
@@ -43,7 +43,9 @@ static const int bitrateTable[] = {
|
||||
60000,
|
||||
70000,
|
||||
80000,
|
||||
100000
|
||||
100000,
|
||||
120000,
|
||||
150000,
|
||||
};
|
||||
|
||||
-(int)getSliderValueForBitrate:(NSInteger)bitrate {
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
<string>25 Mbps</string>
|
||||
<string>50 Mbps</string>
|
||||
<string>100 Mbps</string>
|
||||
<string>150 Mbps</string>
|
||||
</array>
|
||||
<key>Values</key>
|
||||
<array>
|
||||
@@ -86,6 +87,7 @@
|
||||
<string>25000</string>
|
||||
<string>50000</string>
|
||||
<string>100000</string>
|
||||
<string>150000</string>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
|
||||
Reference in New Issue
Block a user