From f2fa9e18ea8316178ac1fe1c1e44844b3d12a2ed Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 30 Aug 2019 21:51:10 -0700 Subject: [PATCH] Reorder tvOS settings and fix default bitrate for 1080p60 --- Moonlight TV/Settings.bundle/Root.plist | 114 ++++++++++++------------ 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/Moonlight TV/Settings.bundle/Root.plist b/Moonlight TV/Settings.bundle/Root.plist index ab6acc1..1895973 100644 --- a/Moonlight TV/Settings.bundle/Root.plist +++ b/Moonlight TV/Settings.bundle/Root.plist @@ -6,62 +6,6 @@ Root PreferenceSpecifiers - - Type - PSGroupSpecifier - Title - Host Configuration - - - Type - PSToggleSwitchSpecifier - DefaultValue - - Title - Play Audio on Host PC - Key - audioOnPC - - - Type - PSToggleSwitchSpecifier - Title - Optimize Game Settings - Key - optimizeGames - DefaultValue - - - - Type - PSToggleSwitchSpecifier - Title - Use HEVC Codec - Key - useHevc - DefaultValue - - - - Type - PSToggleSwitchSpecifier - Title - Request HDR Video - Key - enableHdr - DefaultValue - - - - Type - PSToggleSwitchSpecifier - Title - Automatic Game Controller Detection - Key - multipleControllers - DefaultValue - - Type PSGroupSpecifier @@ -118,7 +62,7 @@ Key bitrate DefaultValue - 10000 + 20000 Titles 0.5 Mbps @@ -144,6 +88,62 @@ 100000 + + Type + PSGroupSpecifier + Title + Host Configuration + + + Type + PSToggleSwitchSpecifier + DefaultValue + + Title + Play Audio on Host PC + Key + audioOnPC + + + Type + PSToggleSwitchSpecifier + Title + Optimize Game Settings + Key + optimizeGames + DefaultValue + + + + Type + PSToggleSwitchSpecifier + Title + Use HEVC Codec + Key + useHevc + DefaultValue + + + + Type + PSToggleSwitchSpecifier + Title + Request HDR Video + Key + enableHdr + DefaultValue + + + + Type + PSToggleSwitchSpecifier + Title + Automatic Game Controller Detection + Key + multipleControllers + DefaultValue + +