mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
fix layout (nw)
This commit is contained in:
parent
3e910ea250
commit
d762bd80c3
@ -21,11 +21,11 @@
|
||||
<view name="Second Screen">
|
||||
<!-- if we don't render the first screen then MAME never calls the update function so the data for the 2nd never gets rendered :/ -->
|
||||
<screen index="0">
|
||||
<bounds x="4.03" y="0" width="1" height="1" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</screen>
|
||||
|
||||
<screen index="1">
|
||||
<bounds x="8.06" y="0" width="4" height="3" />
|
||||
<bounds x="0" y="0" width="4" height="3" />
|
||||
</screen>
|
||||
</view>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user