-
Notifications
You must be signed in to change notification settings - Fork 2
/
## RESOLUTION AND LAYOUTS GUIDE ##.txt
27 lines (15 loc) · 1.14 KB
/
## RESOLUTION AND LAYOUTS GUIDE ##.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
How to change the supported resolution/aspect ratio in the NES Mini theme.
--------------------------------------------------------------------------
The theme now supports various resolutions including 4x3 resolutions.
To change the Resolution open the layout.xml file.
Find the following line:
<include>./layouts/1920x1080.xml</include>
Change 1920x1080 to your desired resolution (valid options are 1920x1080, 1366x768, 1280x720, ntsc, 1440x1080, 1280x960, 1024x768, 800x600, 640x480, 320x240)
How to change the layout in the NES Mini theme.
-----------------------------------------------
You are now able to choose from several different pre-defined layouts. Please see the png file that is included titled ## LAYOUT GUIDE ##.png for all of the available options. (Layouts are not supported in 4x3 resolutions and will be ignored).
To change the layout open the layout.xml file.
Find the following line:
<include>./layouts/a.xml</include>
Change the letter 'a' to the letter corresponding the the layout of your choice (see ## LAYOUT GUIDE ##.png) and save the file. When you restart Emulation Station the new layout will be active.
Ruckage 2017