# Automount a network SMB share (NAS)
nas.mount.enabled=1
nas.server.ip=192.168.1.100
nas.server.share=roms
nas.mount.dir=/storage/roms/network
system.overscan="off"
EmuELEC supports custom bezels (artwork borders around your game screen). emuelec config file
# Global bezel display: never, always, or only when not fullscreen
bezel.display="never"
If you are diving into the world of retro gaming on single-board computers (like the Amlogic boxes or the Odroid Go Ultra), you have likely encountered EmuELEC. This lightweight, Linux-based operating system turns your device into a retro-gaming powerhouse. While the interface (EmulationStation) is user-friendly, the real magic—and control—lies beneath the surface in a plain text file: emuelec.conf. # Automount a network SMB share (NAS)
nas
Understanding this configuration file is the difference between a "stock" experience and a perfectly tuned, personalized arcade machine. This article will break down everything you need to know about emuelec.conf, from its location and syntax to advanced tweaks. emuelec config file
| Parameter | Values | Description |
|-----------|--------|-------------|
| ee_audio.device | "auto", "hdmi", "analog" | Audio output device |
| ee_audio.buffer | 0.1 – 1.0 (seconds) | Audio buffer size (latency) |
Troubleshooting no sound? Start here.
# Audio device output: auto, HDMI, headphone, A|Vjack
audio.device="AUTO"