In Windows File Explorer, type \\EMUELEC\Configfiles (or use the IP address of your device).
# Force the system to output at 1080p for better emulator performance ee_videomode=1080p60hz # For low-end Amlogic chips running N64 or Dreamcast, drop this to 720p # ee_videomode=720p60hz Use code with caution. Audio Drivers and Fixes
| Variable | Description | Example | |----------|-------------|---------| | EE_NETPLAY_ENABLE | Enable RetroArch netplay | 0 or 1 | | EE_NETPLAY_NICKNAME | Netplay username | Player1 | | EE_SAMBA_ENABLED | Windows file sharing | 1 (enabled) | | EE_SSH_ENABLED | SSH access | 1 (enabled) | | EE_SSH_PASSWORD | Root password | emuelec (default) |
Use a tool like FileZilla and connect to your device's IP. The path is typically /storage/.config/emuelec/configs/emuelec.conf .
You forced a resolution or refresh rate inside emuelec.conf that your monitor or TV box hardware cannot output. emuelec config file
Connect your EmuELEC device and your PC to the same Wi-Fi or Ethernet network. Open File Explorer (Windows) or Finder (Mac).
Password$123 → Password\$123
If you need to move files using SFTP or run scripts, activate SSH: ee_ssh.enabled=1 Use code with caution. Disabling Boot Video To make EmuELEC boot faster: ee_bootvideo.enabled=0 Use code with caution. 5. Troubleshooting: What to do if EmuELEC Won't Boot
Available options include ozone (default), rgui , and xmb . The menu driver changes the visual appearance and navigation style of the RetroArch interface. In Windows File Explorer, type \\EMUELEC\Configfiles (or use
Connect your EmuELEC device and your computer to the same local network. Open your computer's file explorer.
Type \\EMUELEC (Windows) or smb://emuelec.local (Mac) into the address bar. Open the Config folder, then navigate to emuelec > configs . Method 2: Direct SD Card Access Power down your EmuELEC device and remove the MicroSD card. Insert the card into your computer.
By default, EmuELEC attempts to output at the maximum resolution your TV box supports (often 4K). Emulating classic consoles at 4K wastes massive processing power and causes heavy lag.
Most lines in the file are documented, explaining what they do. The path is typically /storage/
Turn this on to offload video rendering to a separate CPU thread. This boosts FPS significantly on low-end Amlogic chips. global.videomode=max global.video_threaded=1 Use code with caution. Audio Latency Tweak
is a lightweight, game-focused Linux distribution for ARM devices (e.g., Amlogic boxes, Raspberry Pi) that turns them into retro gaming consoles. Its behavior is controlled via a central configuration file: emuelec.conf . This file stores system-wide settings, emulator options, paths, and interface preferences.
: Delete emuelec.conf from your SD card using a PC. EmuELEC will generate a fresh, working copy on the next boot .
| Variable | Description | Example | |----------|-------------|---------| | EE_EMULATOR_SETTINGS | Global emulator choice | retroarch , standalone | | EE_CPU_GOVERNOR | CPU scaling governor | performance , ondemand , conservative | | EE_GPU_PERFORMANCE | GPU clock speed | high , medium , low | | EE_SMOOTH_GAMES | Apply bilinear filtering to games | 0 (off) or 1 (on) | | EE_THREADED_VIDEO | Run video in separate thread | auto , true , false |