diff options
author | 2018-07-20 02:38:09 +1000 | |
---|---|---|
committer | 2018-07-20 02:38:09 +1000 | |
commit | f432c4475a31ff077170a8e7743a4cf56a1be80e (patch) | |
tree | 11a2219c94f738cabc6d468bc7c6f681a88a3bf9 /src/emu/layout/dualhovu.lay | |
parent | fb0e5478846ebe31d84465e4472fd6e1e96480e6 (diff) |
render: improve behaviour in general for systems with two screens (sorry about occasional extra warning messages, it's unavoidable)
Diffstat (limited to 'src/emu/layout/dualhovu.lay')
-rw-r--r-- | src/emu/layout/dualhovu.lay | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/emu/layout/dualhovu.lay b/src/emu/layout/dualhovu.lay index d4be6a75e8e..a06941fe87a 100644 --- a/src/emu/layout/dualhovu.lay +++ b/src/emu/layout/dualhovu.lay @@ -1,29 +1,5 @@ <?xml version="1.0"?> <mamelayout version="2"> - <view name="Screen 0 Standard (4:3)"> - <screen index="0"> - <bounds left="0" top="0" right="4" bottom="3" /> - </screen> - </view> - - <view name="Screen 1 Standard (4:3)"> - <screen index="1"> - <bounds left="0" top="0" right="4" bottom="3" /> - </screen> - </view> - - <view name="Screen 0 Pixel Aspect (~scr0nativexaspect~:~scr0nativeyaspect~)"> - <screen index="0"> - <bounds left="0" top="0" right="~scr0width~" bottom="~scr0height~" /> - </screen> - </view> - - <view name="Screen 1 Pixel Aspect (~scr1nativexaspect~:~scr1nativeyaspect~)"> - <screen index="1"> - <bounds left="0" top="0" right="~scr1width~" bottom="~scr1height~" /> - </screen> - </view> - <view name="Dual Over-Under"> <screen index="0"> <bounds x="0" y="-3.03" width="4" height="3" /> |