mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-28 06:42:42 +01:00
- Added support for monitor aspect ratio selection in the layout.xml:
e.g. layout 4x3.xml, layout 16x9.xml, etc. - Added controls configuration at startup when controls.conf is missing.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1807,7 +1807,7 @@
|
||||
|
||||
|
||||
<!-- Collection Size -->
|
||||
<reloadableText type="collectionIndexSize" x="1500" y="-68" xOrigin="right" yOrigin="center" fontSize="42" loadFontSize="42" layer="10">
|
||||
<reloadableText type="collectionIndexSize" menuScrollReload="true" x="1500" y="-68" xOrigin="right" yOrigin="center" fontSize="42" loadFontSize="42" layer="10">
|
||||
<onExit>
|
||||
<set duration=".15">
|
||||
<animate type="alpha" to="0" algorithm="easeinquadratic"/>
|
||||
@@ -2656,7 +2656,7 @@
|
||||
<!----------------------------------------------------------------------------------------------------------------------------------->
|
||||
|
||||
|
||||
<reloadableImage type="playlist" mode="common" alpha="0" x="980" y="500" xOrigin="center" yOrigin="top"
|
||||
<reloadableImage type="playlist" mode="common" alpha="0" x="940" y="500" xOrigin="center" yOrigin="top"
|
||||
maxHeight="30" layer="19">
|
||||
<onEnter>
|
||||
<set duration=".8">
|
||||
|
||||
Reference in New Issue
Block a user