Skip to content

4.1 Config.ini

fgl82 edited this page Mar 7, 2021 · 4 revisions

The config.ini file, located in the ~/.simplemenu folder, contains configurations not accessible in the settings screen.

They are pretty much self explanatory, although a couple are worth pointing out:

  • The numbers seen in the CONTROLS section are the ascii key codes
  • The media_folder value is the name of the folder inside the different rom folders from where screenshots will be retrieved.
    For instance, if we have a /ROMS/SNES/ folder, we would also need to have a /ROMS/SNES/media subfolder which could have a file named some_game.png.
    This png file would match by name with the some_game.sfc file, inside the /ROMS/SNES folder.

Default configuration

[GENERAL]
media_folder = media
logging_enabled = 0
cache = 0

[SCREEN]
width = 800
height = 600
hdmi_width = 640
hdmi_height = 480

[CONTROLS]
A = 13
B = 32
X = 127
Y = 8
L1 = 280
L2 = 278
R1 = 281
R2 = 279
UP = 273
DOWN = 274
LEFT = 276
RIGHT = 275
START = 27
SELECT = 303

[CPU]
underclocked_speed = 408
normal_speed = 702
overclocked_speed = 798
sleep_speed = 200

OC values and sleep frequency are not used on the OpenDingux consoles.

Clone this wiki locally