Skip to content

Master

HavocBCN requested to merge HavocBCN/recalbox-emulationstation:master into master
  • Grid view activated (only when theme has a Grid view)
  • Grid view has been upgraded like a detailed view (inheriting from detailedView)
  • Minimum theme support (size and padding) for grid and grid images

Example Theme.xml

<theme>
	<formatVersion>4</formatVersion>
	<include>./data/config.xml</include>
	
	<view name="grid">
	    
		<grid name="md_grid">
			<pos>0.05 0.1</pos>
			<size>0.9 0.83</size>
		</grid>

		<imageGrid name="imageGrid">
			<size>0.3 0.1</size>
			<padding>0.05 0.05</padding>
		</imageGrid>
	</view>
</theme>

My intention is to full support emulationstation to create this theme https://retropie.org.uk/forum/topic/1892/my-idea-for-a-theme

Of course, guide me how can I collaborate with the project

Merge request reports