system_directory = "/storage/roms/bios"
global.integerscale : Set to 1 to enable pixel-perfect integer scaling, or 0 to stretch the image to fill the screen. 2. Audio Tweaks
Note: You can edit this via FTP/SMB, or by plugging the SD card into a PC. emuelec config file
This is the master control for EmuELEC's global system settings. It's a text file where you can define everything from your default video output to your WiFi credentials.
| Variable | Description | Example | |----------|-------------|---------| | EE_AUDIO_DEVICE | Audio output device | hw:0,0 (HDMI), hw:1,0 (AV jack) | | EE_AUDIO_VOLUME | System volume (0-100) | 80 | system_directory = "/storage/roms/bios" global
Before diving into individual configuration files, it's crucial to understand how EmuELEC organizes its file system. The operating system follows a clever "immutable system, writable data" design philosophy that protects core files while giving you complete freedom to customize.
Navigate to the or Root share to locate the paths listed above. Method B: Directly on the SD Card This is the master control for EmuELEC's global
Direct SD Card Access: Insert your microSD card into a PC. While the Linux partitions are usually hidden on Windows, the "EMUELEC" boot partition contains several core startup scripts. The Power of emuelec.conf
This design offers three significant advantages:
This XML-based file controls the front-end (EmulationStation) and is typically found in the Emulationstation Config folder.
Settings follow a simple format, such as ee_ssh.enabled=1 to enable SSH.