Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
Go to file
2018-01-11 02:09:34 +01:00
.github
.vscode
audio Add code that allows for debug D3D 2018-01-07 10:46:53 +01:00
bootstrap
camera
cheevos Fixed HTTP request for cheevos; fixed handling invalid cheevos 2018-01-03 21:34:52 +00:00
cores Fix #6009 v3.0 2017-12-31 15:28:10 +01:00
ctr
defines Add flag for debug D3D 2018-01-07 14:06:31 +01:00
deps Cleanups 2018-01-07 14:52:26 +01:00
dist-scripts (WIIU) rework makefile. 2017-12-31 14:07:14 +01:00
docs
emscripten
frontend Remove all HID code from WiiU build via ifdef 2018-01-07 20:26:24 -08:00
gfx (WIIU) add ribbon shader. fix menu bg gradient. 2018-01-11 02:09:03 +01:00
griffin (WIIU) fix griffin build. 2018-01-11 02:09:34 +01:00
input Remove all HID code from WiiU build via ifdef 2018-01-07 20:26:24 -08:00
intl Buildfix 2018-01-02 06:24:22 +01:00
led Add HAVE_OVERLAY to qb system 2018-01-05 16:10:34 +01:00
libretro-common Add code that allows for debug D3D 2018-01-07 10:46:53 +01:00
libretro-db
location
managers
media
memory
menu (WIIU) add ribbon shader. fix menu bg gradient. 2018-01-11 02:09:03 +01:00
network
pkg (MSVC 2003) Add DEBUG 2018-01-07 12:21:01 +01:00
qb Revert "Fix building with built-in flac" 2018-01-08 18:12:53 +00:00
record Start preparing runtime toggleable resampler quality settings 2017-12-31 20:55:26 +01:00
tasks Use d3d_device_get_backbuffer 2018-01-03 16:25:45 +01:00
tools
ui
wifi
wii
wiiu (WIIU) add ribbon shader. fix menu bg gradient. 2018-01-11 02:09:03 +01:00
.editorconfig
.gitignore Ignore more 3ds binary files 2018-01-04 11:54:51 -08:00
.project
.travis.yml
autosave.h
CHANGES.md win32: use Unicode file I/O for 7zip archives when available 2018-01-02 20:21:55 -05:00
command.c fix warning. 2018-01-04 17:38:31 +01:00
command.h
config.def.h Merge pull request #6027 from meepingsnesroms/master 2018-01-02 06:19:48 +01:00
config.def.keybinds.h
config.features.h
configuration.c Added overlay led driver, fixed a bug in the rpi led driver 2018-01-04 12:56:57 -05:00
configuration.h Merge pull request #6027 from meepingsnesroms/master 2018-01-02 06:19:48 +01:00
configure
content.h
CONTRIBUTING.md
COPYING
core_impl.c
core_info.c
core_info.h
core_type.h
core.h
database_info.c
database_info.h
defaults.h
diff.diff
dirs.c
dirs.h
driver.c fix 2018-01-01 16:58:32 +01:00
driver.h
dynamic.c
dynamic.h
fetch-submodules.sh
file_path_special.c Avoid warning 2017-12-31 05:34:59 +01:00
file_path_special.h
file_path_str.c
lakka.h
list_special.c
list_special.h
Makefile Add HAVE_OVERLAY to qb system 2018-01-05 16:10:34 +01:00
Makefile.common Make sure HAVE_CHD is defined regardless of which FLAC we use 2018-01-08 20:29:01 -08:00
Makefile.ctr Remove -a from uname 2018-01-05 09:58:10 -08:00
Makefile.ctr.salamander Remove -a from uname 2018-01-05 09:58:10 -08:00
Makefile.emscripten
Makefile.griffin * Compile C code with MSVC Makefile as C instead of C++ 2018-01-01 17:38:04 +01:00
Makefile.libogc
Makefile.openpandora Start removing SINC ifdefs for individual Makefiles 2017-12-31 21:34:31 +01:00
Makefile.pandora
Makefile.ps3 Start removing SINC ifdefs for individual Makefiles 2017-12-31 21:34:31 +01:00
Makefile.ps3.cobra Start removing SINC ifdefs for individual Makefiles 2017-12-31 21:34:31 +01:00
Makefile.ps3.salamander
Makefile.psl1ght
Makefile.psp1 Start removing SINC ifdefs for individual Makefiles 2017-12-31 21:34:31 +01:00
Makefile.psp1.salamander
Makefile.switch
Makefile.vita
Makefile.vita.salamander
Makefile.wii.salamander
Makefile.wiiu (WIIU) add ribbon shader. fix menu bg gradient. 2018-01-11 02:09:03 +01:00
Makefile.win
movie.c
movie.h
msg_hash.c
msg_hash.h Merge pull request #6027 from meepingsnesroms/master 2018-01-02 06:19:48 +01:00
no-xib.diff
paths.c
paths.h
performance_counters.c
performance_counters.h
playlist.c
playlist.h
README-exynos.md
README-mali_fbdev_r4p0.md
README-OMAP.md
README.md readme: Update supported platforms 2018-01-02 22:49:46 -05:00
retroarch-mingw-build.sh
retroarch.c Revert "Fast forward state disable hard sync" 2018-01-08 20:03:29 -05:00
retroarch.cfg
retroarch.desktop
retroarch.h
setting_list.c
setting_list.h
verbosity.c (Xbox OG) Fix Salamander build 2018-01-03 14:31:41 +01:00
verbosity.h
version_git.c
version_git.h
version.all
version.dtd
version.h

Build Status Coverity Scan Build Status

RetroArch

RetroArch is the reference frontend for the libretro API. Popular examples of implementations for this API includes videogame system emulators and game engines, but also more generalized 3D programs. These programs are instantiated as dynamic libraries. We refer to these as "libretro cores".

XMB menu driver

rgui menu driver

glui menu driver

libretro

libretro is an API that exposes generic audio/video/input callbacks. A frontend for libretro (such as RetroArch) handles video output, audio output, input and application lifecycle. A libretro core written in portable C or C++ can run seamlessly on many platforms with very little/no porting effort.

While RetroArch is the reference frontend for libretro, several other projects have used the libretro interface to include support for emulators and/or game engines. libretro is completely open and free for anyone to use.

libretro API header

Binaries

Latest Windows binaries are currently hosted on the buildbot.

Support

To reach developers, either make an issue here on GitHub, make a thread on the forum, or visit our IRC channel: #retroarch @ irc.freenode.org.

Documentation

See our Documentation Center. On Unix, man-pages are provided. More developer-centric stuff is found here.

Philosophy

RetroArch attempts to be small and lean, while still having all the useful core features expected from an emulator. It is designed to be very portable and features a gamepad-centric UI. It also has a full-featured command-line interface.

In some areas, RetroArch goes beyond and emphasizes on not-so-common technical features such as multi-pass shader support, real-time rewind (Braid-style), video recording (using FFmpeg), etc.

RetroArch also emphasizes on being easy to integrate into various launcher frontends.

Platforms

RetroArch has been ported to the following platforms:

  • DOS
  • Windows
  • Linux
  • Emscripten
  • FreeBSD
  • NetBSD
  • OpenBSD
  • Haiku
  • MacOS X
  • PlayStation 3
  • PlayStation Portable
  • PlayStation Vita
  • Original Microsoft Xbox
  • Microsoft Xbox 360 (Libxenon/XeXDK)
  • Nintendo Wii, GameCube (Libogc)
  • Nintendo WiiU
  • Nintendo 3DS
  • Nintendo Switch
  • Raspberry Pi
  • Android
  • iOS
  • Blackberry

Dependencies (PC)

There are no true hard dependencies per se.

On Windows, RetroArch can run with only Win32 as dependency.

On Linux, there are no true dependencies. For optimal usage, the following dependencies come as recommended:

  • GL headers / Vulkan headers
  • X11 headers and libs, or EGL/KMS/GBM

OSX port of RetroArch requires latest versions of XCode to build.

RetroArch can utilize these libraries if enabled:

  • nvidia-cg-toolkit
  • libxml2 (GLSL XML shaders)
  • libfreetype2 (TTF font rendering on screen)

RetroArch needs at least one of these audio driver libraries:

  • ALSA
  • OSS
  • RoarAudio
  • RSound
  • OpenAL
  • JACK
  • SDL
  • PulseAudio
  • XAudio2 (Win32, Xbox 360)
  • DirectSound (Win32, Xbox 1)
  • CoreAudio (OSX, iOS)

To run properly, RetroArch requires a libretro implementation present, however, as it's typically loaded dynamically, it's not required at build time.

Dependencies (Console ports, mobile)

Console ports have their own dependencies, but generally do not require anything other than what the respective SDKs provide.

Configuring

The default configuration is defined in config.def.h. It is not recommended to change this unless you know what you're doing. These can later be tweaked by using a config file. A sample configuration file is installed to /etc/retroarch.cfg. This is the system-wide config file.

RetroArch will on startup create a config file in $XDG_CONFIG_HOME/retroarch/retroarch.cfg if doesn't exist. Users only need to configure a certain option if the desired value deviates from the value defined in config.def.h.

To configure joypads, use the built-in menu or the retroarch-joyconfig command-line tool.

Compiling and installing

Instructions for compiling and installing RetroArch can be found in the Libretro/RetroArch Documentation Center.