mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 02:20:53 +00:00
Swap safe area and full resolution options to keep ascending order
This commit is contained in:
@@ -156,8 +156,8 @@ BOOL isCustomResolution(CGSize res) {
|
|||||||
resolutionTable[1] = CGSizeMake(1280, 720);
|
resolutionTable[1] = CGSizeMake(1280, 720);
|
||||||
resolutionTable[2] = CGSizeMake(1920, 1080);
|
resolutionTable[2] = CGSizeMake(1920, 1080);
|
||||||
resolutionTable[3] = CGSizeMake(3840, 2160);
|
resolutionTable[3] = CGSizeMake(3840, 2160);
|
||||||
resolutionTable[4] = CGSizeMake(fullScreenWidth, fullScreenHeight);
|
resolutionTable[4] = CGSizeMake(safeAreaWidth, fullScreenHeight);
|
||||||
resolutionTable[5] = CGSizeMake(safeAreaWidth, fullScreenHeight);
|
resolutionTable[5] = CGSizeMake(fullScreenWidth, fullScreenHeight);
|
||||||
resolutionTable[6] = CGSizeMake([currentSettings.width integerValue], [currentSettings.height integerValue]); // custom initial value
|
resolutionTable[6] = CGSizeMake([currentSettings.width integerValue], [currentSettings.height integerValue]); // custom initial value
|
||||||
|
|
||||||
// Don't populate the custom entry unless we have a custom resolution
|
// Don't populate the custom entry unless we have a custom resolution
|
||||||
|
|||||||
@@ -78,8 +78,8 @@
|
|||||||
<segment title="720p"/>
|
<segment title="720p"/>
|
||||||
<segment title="1080p"/>
|
<segment title="1080p"/>
|
||||||
<segment title="4K"/>
|
<segment title="4K"/>
|
||||||
<segment title="Full"/>
|
|
||||||
<segment title="Safe Area"/>
|
<segment title="Safe Area"/>
|
||||||
|
<segment title="Full"/>
|
||||||
<segment title="Custom"/>
|
<segment title="Custom"/>
|
||||||
</segments>
|
</segments>
|
||||||
<color key="tintColor" red="0.6716768741607666" green="0.61711704730987549" blue="0.99902987480163574" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<color key="tintColor" red="0.6716768741607666" green="0.61711704730987549" blue="0.99902987480163574" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||||
|
|||||||
@@ -101,8 +101,8 @@
|
|||||||
<segment title="720p"/>
|
<segment title="720p"/>
|
||||||
<segment title="1080p"/>
|
<segment title="1080p"/>
|
||||||
<segment title="4K"/>
|
<segment title="4K"/>
|
||||||
<segment title="Full"/>
|
|
||||||
<segment title="Safe Area"/>
|
<segment title="Safe Area"/>
|
||||||
|
<segment title="Full"/>
|
||||||
<segment title="Custom"/>
|
<segment title="Custom"/>
|
||||||
</segments>
|
</segments>
|
||||||
<color key="tintColor" red="0.6716768741607666" green="0.61711704730987549" blue="0.99902987480163574" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<color key="tintColor" red="0.6716768741607666" green="0.61711704730987549" blue="0.99902987480163574" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user