mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
fix layout (nw)
This commit is contained in:
parent
3e910ea250
commit
d762bd80c3
@ -21,11 +21,11 @@
|
|||||||
<view name="Second Screen">
|
<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 :/ -->
|
<!-- 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">
|
<screen index="0">
|
||||||
<bounds x="4.03" y="0" width="1" height="1" />
|
<bounds x="0" y="0" width="1" height="1" />
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
<screen index="1">
|
<screen index="1">
|
||||||
<bounds x="8.06" y="0" width="4" height="3" />
|
<bounds x="0" y="0" width="4" height="3" />
|
||||||
</screen>
|
</screen>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user