Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
Go to file
2018-02-10 13:19:24 -05:00
.github
.vscode
audio (msvc) CXX_BUILD + griffin fixes. 2018-02-05 00:25:03 +01:00
bootstrap
camera
cheevos C89 buildfix 2018-02-06 22:17:32 -05:00
cores
ctr
defines
deps UINT32_MAX not defined on random platforms even though we are including 2018-02-07 01:10:14 +01:00
dist-scripts dist-scripts: Don't use the 'source' builtin. 2018-02-03 21:56:46 -08:00
docs
emscripten
frontend platform_unix: remove HAVE_NETWORKING requirement 2018-02-08 11:44:26 -05:00
gfx (D3D12) precompute alpha before scaling when generating mipmaps. 2018-02-09 16:33:08 +01:00
griffin (D3D12) add menu display driver. 2018-02-08 00:18:05 +01:00
input C89 buildfix 2018-02-06 22:17:32 -05:00
intl Merge pull request #6253 from ramiro/small-translations-fmt-fix 2018-02-08 14:46:58 +01:00
led
libretro-common use 64-bit ftell on mingw also 2018-02-10 13:19:24 -05:00
libretro-db
location
managers
media
memory
menu fix whitespace 2018-02-09 19:44:42 -05:00
network (msvc) CXX_BUILD + griffin fixes. 2018-02-05 00:25:03 +01:00
pkg Delete readme.txt 2018-02-06 22:37:22 -05:00
qb qb: Add --bindir and --mandir. 2018-02-08 12:01:28 -08:00
record
tasks Get rid of callback function hashes 2018-02-05 19:14:55 +01:00
tools
translation
ui (msvc) CXX_BUILD + griffin fixes. 2018-02-05 00:25:03 +01:00
wifi
wii
wiiu (Wiiu) uniquely name global variable 'pos' to prevent collissions with 2018-02-03 15:40:54 +01:00
.editorconfig
.gitignore
.project
.travis.yml
autosave.h
CHANGES.md qb: Add --bindir and --mandir. 2018-02-08 12:01:28 -08:00
command.c restore missing code pieces of my last PR (#6261) 2018-02-08 22:24:18 -05:00
command.h
config.def.h add menu option to select different MITM server locations 2018-02-02 15:37:02 -05:00
config.def.keybinds.h
config.features.h
configuration.c C89 buildfix 2018-02-09 13:27:18 -05:00
configuration.h add menu option to select different MITM server locations 2018-02-02 15:37:02 -05:00
configure
content.h
CONTRIBUTING.md
COPYING
core_impl.c
core_info.c (core_info.c) cleanup memory allocations 2018-02-04 23:07:24 +01:00
core_info.h
core_type.h
core.h
database_info.c
database_info.h
defaults.h
dirs.c
dirs.h
driver.c
driver.h
dynamic.c
dynamic.h
fetch-submodules.sh
file_path_special.c Simplify fill_pathname_representation_wrapper 2018-02-04 23:40:27 +01:00
file_path_special.h
file_path_str.c
lakka.h
list_special.c fix stack-use-after-scope ASAN error 2018-02-08 22:09:27 -05:00
list_special.h
Makefile qb: Add --datarootdir to configure. 2018-02-04 13:54:55 -08:00
Makefile.common (D3D12) add menu display driver. 2018-02-08 00:18:05 +01:00
Makefile.ctr
Makefile.ctr.salamander
Makefile.emscripten
Makefile.griffin SPIRV-Cross and glslang will compile with Griffin/MSVC targets now 2018-02-04 14:21:34 +01:00
Makefile.libogc
Makefile.msvc (D3D12) add menu display driver. 2018-02-08 00:18:05 +01:00
Makefile.openpandora
Makefile.pandora
Makefile.ps3
Makefile.ps3.cobra
Makefile.ps3.salamander
Makefile.psl1ght
Makefile.psp1
Makefile.psp1.salamander
Makefile.switch
Makefile.vita
Makefile.vita.salamander
Makefile.wii.salamander
Makefile.wiiu
Makefile.win
movie.c
movie.h
msg_hash.c add basic support for arabic. 2018-02-05 20:54:55 +01:00
msg_hash.h Undo all menu hash related changes - was causing more harm 2018-02-09 01:51:37 +01:00
no-xib.diff
paths.c fix saves for subsystem 2018-02-04 11:48:21 -05:00
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
retroarch-mingw-build.sh
retroarch.c fix some potential crashes when a shader is not set in config 2018-02-07 21:26:01 -05:00
retroarch.cfg add menu option to select different MITM server locations 2018-02-02 15:37:02 -05:00
retroarch.desktop
retroarch.h fix SHADER_NEXT/SHADER_PREV 2018-02-07 21:26:00 -05:00
setting_list.c Undo all menu hash related changes - was causing more harm 2018-02-09 01:51:37 +01:00
setting_list.h Undo all menu hash related changes - was causing more harm 2018-02-09 01:51:37 +01:00
verbosity.c
verbosity.h
version_git.c
version_git.h
version.all
version.dtd
version.h
wiiu-devel.properties.template

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
  • Solaris
  • 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.