Edited by john.wen at Apr 18, 2016 00:50
Retroarch User Guide on Lemuntu
1. Install Retroarch
Please update and upgrade Lemuntu firstly, and then install retroarch
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install retroarch
Copy the Code The applications will be install in /usr/bin/ directory, there are retroarch、retroarch-cg2glsl and retroarch-joyconfig.
The configure file is /etc/retroarch.cfg .
- ……
- #### Menu
- # Menu driver to use. "rgui", "lakka", etc.
- menu_driver = "xmb"
- ……
- # Path to a libretro implementation.
- # libretro_path = "/path/to/libretro.so"
- # A directory for where to search for libretro core implementations.
- libretro_directory = "/usr/lib/arm-linux-gnueabihf/libretro/"
- # A directory for where to search for libretro core information.
- libretro_info_path = "/usr/share/libretro/info"
- # Sets log level for libretro cores (GET_LOG_INTERFACE).
- # If a log level issued by a libretro core is below libretro_log_level, it is ignored.
- # DEBUG logs are always ignored unless verbose mode is activated (--verbose).
- # DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3.
- # libretro_log_level = 0
- ……
- # Assets directory. This location is queried by default when menu interfaces try to look for
- # loadable assets, etc.
- assets_directory = /usr/share/libretro/assets
- ……
- #### Video
- # Video driver to use. "gl", "xvideo", "sdl"
- video_driver = "gl"
Copy the Code
2.Install Retroarch menu
- sudo apt-get install retroarch-assets
Copy the Code The installation path is /usr/share/libretro/assets
And then restart Retroarch, You will see:

3.Install joypd
Please connect USB joypad to LeMaker Guitar, and then start retroarch-joyconfig.
- sudo apt-get install retroarch-joypad-autoconfig
- retroarch-joyconfig
Copy the Code
4.Install game core
You can use the fellow command to install all game cores:
- sudo apt-get install libretro-*
Copy the Code or use the the felow command to list all available cores:
- sudo apt-cache search libretro-
Copy the Code
5.Start play games
5.1 load core

5.2 load game rom
Game ROMS from LeMaker: http://mirror.lemaker.org/Game_ROMs.tar.gz
You also can search game roms Internet.
5.3 Enjoy games

|