diff --git a/720p/DialogSelect.xml b/720p/DialogSelect.xml index ff39f69..f3559a8 100644 --- a/720p/DialogSelect.xml +++ b/720p/DialogSelect.xml @@ -4,7 +4,7 @@ dialogeffect DepthDialog+ - GameDialogSelectLayout - DefaultDialogSelectLayout + GameDialogSelectLayout + DefaultDialogSelectLayout diff --git a/720p/GameOSD.xml b/720p/GameOSD.xml index 402b558..43261ef 100644 --- a/720p/GameOSD.xml +++ b/720p/GameOSD.xml @@ -4,17 +4,17 @@ dialogeffect 470 - 208 + 147 - !Window.IsActive(GameVideoFilter) + !Window.IsActive(GameViewMode) + !Window.IsActive(GameControllers) + !Window.IsActive(GameVideoFilter) + !Window.IsActive(GameViewMode) + !Window.IsActive(GameVideoRotation) + !Window.IsActive(GameControllers) background image 0 0 340 - 344 + 470 DialogBack.png @@ -43,7 +43,7 @@ 20 70 300 - 254 + 380 4 Resume button @@ -65,8 +65,7 @@ grey2 white button-focus.png - - Select + B + PlayerControl(Reset) @@ -81,12 +80,24 @@ Select + Start Stop - + + Volume button + 300 + 38 + fontContextMenu + grey2 + white + button-focus.png + + Select + Right Stick + ActivateWindow(GameVolume) + + separator image 2 separator2.png - + Video filter button 300 38 @@ -98,8 +109,8 @@ ActivateWindow(GameVideoFilter) - - View mode button + + Stretch mode button 300 38 fontContextMenu @@ -107,11 +118,11 @@ grey2 white button-focus.png - + ActivateWindow(GameViewMode) - - Input settings button + + Rotation button 300 38 fontContextMenu @@ -119,9 +130,33 @@ grey2 white button-focus.png - + + ActivateWindow(GameVideoRotation) + + + Controller button + 300 + 38 + fontContextMenu + center + grey2 + white + button-focus.png + ActivateWindow(gamecontrollers) + + Advanced settings button + 300 + 38 + fontContextMenu + center + grey2 + white + button-focus.png + + ActivateWindow(GameAdvancedSettings) + Close Window button diff --git a/720p/Includes.xml b/720p/Includes.xml index 9293c30..d40a364 100644 --- a/720p/Includes.xml +++ b/720p/Includes.xml @@ -41,7 +41,8 @@ $LOCALIZE[230] - $LOCALIZE[629] + $LOCALIZE[35233] + $LOCALIZE[35227] 60 $LOCALIZE[12391] diff --git a/720p/Includes_DialogSelect.xml b/720p/Includes_DialogSelect.xml index 1fc7076..01de680 100644 --- a/720p/Includes_DialogSelect.xml +++ b/720p/Includes_DialogSelect.xml @@ -401,6 +401,7 @@ 150 $INFO[ListItem.Property(game.viewmode)] $INFO[ListItem.Property(game.videofilter)] + $INFO[ListItem.Property(game.videorotation)] 7 @@ -429,6 +430,7 @@ 150 $INFO[ListItem.Property(game.viewmode)] $INFO[ListItem.Property(game.videofilter)] + $INFO[ListItem.Property(game.videorotation)] 7 diff --git a/addon.xml b/addon.xml index 8314b1d..7a57787 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index 2ed7f82..80f7824 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +[B]4.4.7[/B] + +- Updated GameOSD dialog + [B]4.1.41[/B] - Added GameOSD dialog