mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
Fixed neogeo layout to support both cropping and stretching.
Fixed cropped layout to crop both left and right sides.
This commit is contained in:
parent
e4db091e2d
commit
1465aa81d5
@ -16,8 +16,18 @@
|
||||
<bezel name="blank" element="blank">
|
||||
<bounds left="0" top="0" right="0.1" bottom="3" />
|
||||
</bezel>
|
||||
<bezel name="blank" element="blank">
|
||||
<bounds left="3.9" top="0" right="4" bottom="3" />
|
||||
</bezel>
|
||||
<screen index="0">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
</screen>
|
||||
</view>
|
||||
|
||||
<view name="Screen 0 Stretched (304x224)">
|
||||
<bounds left="0" top="0" right="4" bottom="3" />
|
||||
<screen index="0">
|
||||
<bounds left="-0.105263" top="0" right="4.105263" bottom="3" />
|
||||
</screen>
|
||||
</view>
|
||||
</mamelayout>
|
||||
|
Loading…
Reference in New Issue
Block a user