8728b7b42d
Updated GameOSD
11 lines
531 B
XML
11 lines
531 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window type="dialog">
|
|
<defaultcontrol always="true">3</defaultcontrol>
|
|
<include>dialogeffect</include>
|
|
<depth>DepthDialog+</depth>
|
|
<controls>
|
|
<include condition="Window.IsActive(gameviewmode) | Window.IsActive(gamevideofilter) | Window.IsActive(gamevideorotation)">GameDialogSelectLayout</include>
|
|
<include condition="![Window.IsActive(gameviewmode) | Window.IsActive(gamevideofilter) | Window.IsActive(gamevideorotation)]">DefaultDialogSelectLayout</include>
|
|
</controls>
|
|
</window>
|