mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-15 14:47:30 +00:00
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 {
|
||||
|
||||
Reference in New Issue
Block a user