Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
Find a file
2020-10-17 19:02:28 +02:00
.github Read Crowdin API key from GitHub Secrets 2020-08-21 21:16:52 +03:00
.vscode
audio (Xaudio) Cleanups 2020-10-03 20:35:50 +02:00
bluetooth
bootstrap [VITA] Workaround: Increase memory threshold 2020-10-12 19:24:49 +02:00
camera/drivers
cheevos New faster json parser/writer library rjson 2020-10-12 03:02:20 +09:00
cores (ffmpeg core) Struct reordering, alignment 2020-08-16 04:23:15 +02:00
ctr [3DS] Free memory in 1MB blocks 2020-09-28 19:12:15 -07:00
defines [VITA] Workaround: Increase memory threshold 2020-10-12 19:24:49 +02:00
deps [VITA] Fix VitaGL symbol changes 2020-10-16 20:29:17 +02:00
dingux OpenDingux: Enable selection of image interpolation method when using 'sdl_dingux' gfx driver 2020-10-05 14:34:21 +01:00
dist-scripts
docs
emscripten
frontend Revert "Clean vs reset configuration matching" 2020-10-17 19:02:28 +02:00
gfx Cleanup 2020-10-16 00:24:59 +02:00
griffin Move cheat_manager and state_manager to root folder 2020-10-15 05:29:20 +02:00
input (DINPUT+WINRAW) Keyboard fixes 2020-10-14 21:23:06 +03:00
intl Add remaining settings menu visibilities 2020-10-16 01:57:34 +03:00
led Uniquely name static globals 2020-09-22 03:05:58 +02:00
libretro-common Add API extension for cores to monitor frontend audio buffer occupancy 2020-10-17 15:06:03 +01:00
libretro-db Avoid printf/puts 2020-09-28 03:17:21 +02:00
location/drivers
media
memory
menu Revert "Clean vs reset configuration matching" 2020-10-17 19:02:28 +02:00
midi
network New faster json parser/writer library rjson 2020-10-12 03:02:20 +09:00
pkg New faster json parser/writer library rjson 2020-10-12 03:02:20 +09:00
play_feature_delivery (Android/Play Store Builds) Add option to switch all installed cores to Play Store versions 2020-09-02 17:13:03 +01:00
ps2
qb Add CXX_BUILTINBEARSSL 2020-09-20 18:27:06 +02:00
record/drivers
reference
samples/tasks/database New faster json parser/writer library rjson 2020-10-12 03:02:20 +09:00
shaders
shaders-hlsl
shaders-hlsl-no-opt/asm/frag
shaders-msl
shaders-no-opt/asm/frag
tasks Move cheat_manager and state_manager to root folder 2020-10-15 05:29:20 +02:00
tests-other
tools (com-parser) Use STRLEN_CONST 2020-10-02 20:50:11 +02:00
ui Buildfix for Qt 2020-10-15 05:31:21 +02:00
uwp (UWP) uwp_input_next_frame - change function signature so we 2020-09-05 07:23:49 +02:00
vita/launcher
wifi
wii
wiiu (Wiiu) Cleanups 2020-07-24 04:42:43 +02:00
.editorconfig Add AppStream support for Linux and BSD 2020-08-05 23:56:17 +03:00
.gitignore OpenDingux port improvements: Phase 1 2020-10-01 15:56:14 +01:00
.gitlab-ci.yml Add bootstrap before compilation for PSP 2020-10-17 00:42:46 +02:00
.project
.travis.yml
10bpc-gl.diff
accessibility.h
AUTHORS.h
autosave.h
CHANGES.md Update CHANGES.md 2020-09-19 03:55:17 +02:00
cheat_manager.c Move cheat_manager and state_manager to root folder 2020-10-15 05:29:20 +02:00
cheat_manager.h Move cheat_manager and state_manager to root folder 2020-10-15 05:29:20 +02:00
CODING-GUIDELINES Expand CODING-GUIDELINES 2020-08-25 14:04:41 +02:00
com.libretro.RetroArch.appdata.xml Bump up to version 1.9.0 2020-08-08 00:06:53 +02:00
command.h Hotkey for Close Content 2020-09-08 22:12:42 +03:00
config.def.h Revert "Clean vs reset configuration matching" 2020-10-17 19:02:28 +02:00
config.def.keybinds.h Hotkey for Close Content 2020-09-08 22:12:42 +03:00
config.features.h
configuration.c Revert "Clean vs reset configuration matching" 2020-10-17 19:02:28 +02:00
configuration.h Add remaining settings menu visibilities 2020-10-16 01:57:34 +03:00
configure
content.h Reorder structs, alignment 2020-08-15 23:10:31 +02:00
CONTRIBUTING.md
COPYING
core.h Reorder structs, alignment 2020-08-15 23:10:31 +02:00
core_backup.c Reorder structs, alignment 2020-09-01 01:28:33 +02:00
core_backup.h Reorder structs, alignment 2020-08-15 23:10:31 +02:00
core_info.c Add ctype variants to stdstring and use it in RA 2020-09-27 22:15:32 +02:00
core_info.h (Android/Play Store Builds) Add option to switch all installed cores to Play Store versions 2020-09-02 17:13:03 +01:00
core_option_manager.h Cleanup 2020-10-15 07:09:01 +02:00
core_type.h
core_updater_list.c (Android) Play Store builds: Do not resolve symlinks when handling core paths 2020-08-31 12:13:49 +01:00
core_updater_list.h (Android/Play Store) Add frontend support for core installation via Play Feature Delivery 2020-08-28 16:30:54 +01:00
database_info.c use strlcpy_literal for string literal copies 2020-09-19 23:28:01 +02:00
database_info.h Alignment changes 2020-08-14 18:19:57 +02:00
defaults.h (Salamander/static builds) Move 'libretro_path' value from 'retroarch.cfg' to independent config file 2020-09-05 13:23:20 +01:00
disk_control_interface.c Add option to show/hide 'last used disc restored' notifications 2020-07-17 12:52:28 +01:00
disk_control_interface.h More struct reordering/alignment 2020-08-14 21:00:04 +02:00
disk_index_file.c New faster json parser/writer library rjson 2020-10-12 03:02:20 +09:00
disk_index_file.h More struct reordering/alignment 2020-08-14 21:00:04 +02:00
Doxyfile
driver.h Get rid of RARCH_DRIVER_CTL_FIND_INDEX 2020-09-16 18:41:45 +02:00
dynamic.h Add more global warnings 2020-10-10 17:44:56 +02:00
fetch-submodules.sh
file_path_special.c OpenDingux port improvements: Phase 1 2020-10-01 15:56:14 +01:00
file_path_special.h (Mobile) Fix default overlay assignemnt 2020-09-25 11:15:33 +01:00
github-contributors.py
lakka.h
list_special.h
Makefile Squashed 'deps/vitaGL/' changes from 2934af8af0..81403e2751 2020-10-16 20:24:43 +02:00
Makefile.apple
Makefile.classic_sega_mini
Makefile.classic_snesc
Makefile.common Move cheat_manager and state_manager to root folder 2020-10-15 05:29:20 +02:00
Makefile.ctr [3DS] Enable threading 2020-08-27 19:36:39 -07:00
Makefile.ctr.salamander Merge pull request #11248 from justinweiss/update-libctru 2020-09-10 06:49:54 +02:00
Makefile.dingux OpenDingux: Add 'sdl_dingux' input/joypad drivers and use by default 2020-10-08 13:26:45 +01:00
Makefile.emscripten
Makefile.griffin
Makefile.libnx [Libnx] Use -fcommon 2020-09-04 20:08:55 +02:00
Makefile.libogc
Makefile.msvc (Makefiles) Use fallback directory in Git version checking 2020-07-20 13:44:39 +01:00
Makefile.openpandora
Makefile.orbis
Makefile.pandora
Makefile.ps2
Makefile.ps2.salamander Remove file_path_str from Salamander 2020-08-22 13:42:57 +02:00
Makefile.ps3
Makefile.ps3.cobra
Makefile.ps3.salamander Remove file_path_str from Salamander 2020-08-22 13:42:57 +02:00
Makefile.psl1ght
Makefile.psl1ght.salamander Remove file_path_str from Salamander 2020-08-22 13:42:57 +02:00
Makefile.psp1
Makefile.psp1.salamander Remove file_path_str from Salamander 2020-08-22 13:42:57 +02:00
Makefile.rg350 OpenDingux: Add 'sdl_dingux' input/joypad drivers and use by default 2020-10-08 13:26:45 +01:00
Makefile.switch
Makefile.vita
Makefile.vita.salamander Remove file_path_str from Salamander 2020-08-22 13:42:57 +02:00
Makefile.wii.salamander Remove file_path_str from Salamander 2020-08-22 13:42:57 +02:00
Makefile.wiiu Remove file_path_str from Salamander 2020-08-22 13:42:57 +02:00
Makefile.win (Makefiles) Use fallback directory in Git version checking 2020-07-20 13:44:39 +01:00
manual_content_scan.c Reorder struct 2020-10-10 18:14:03 +02:00
manual_content_scan.h
msg_hash.c Cleanup get_user_language function 2020-10-15 06:17:57 +02:00
msg_hash.h Add remaining settings menu visibilities 2020-10-16 01:57:34 +03:00
no-xib.diff
nvda_controller.h
nvdaControllerClient64.dll
paths.h
performance_counters.h
playlist.c New faster json parser/writer library rjson 2020-10-12 03:02:20 +09:00
playlist.h (Android) Play Store builds: Do not resolve symlinks when handling core paths 2020-08-31 12:13:49 +01:00
README-exynos.md
README-mali_fbdev_r4p0.md
README-OMAP.md
README.md Squashed 'deps/vitaGL/' changes from 2934af8af0..81403e2751 2020-10-16 20:24:43 +02:00
retroarch-android-debug.diff
retroarch-mingw-build.sh
retroarch.c Revert "Clean vs reset configuration matching" 2020-10-17 19:02:28 +02:00
retroarch.cfg
retroarch.desktop
retroarch.h Move gfx_display_draw_text to retroarch.c and get rid of 2020-09-28 03:38:16 +02:00
runtime_file.c New faster json parser/writer library rjson 2020-10-12 03:02:20 +09:00
runtime_file.h Reorder structs, alignment 2020-08-15 23:10:31 +02:00
setting_list.h Move this outside of the header and into menu_setting.c 2020-09-05 20:27:29 +02:00
state_manager.c Move rewind manager state variable to p_rarch 2020-10-15 06:04:20 +02:00
state_manager.h Move rewind manager state variable to p_rarch 2020-10-15 06:04:20 +02:00
switch_performance_profiles.h
translation_defines.h
travis-deploy-key.enc
travis_metal_deploy.sh
verbosity.c (verbosity.c) reorder struct, alignment 2020-08-20 19:16:05 +02:00
verbosity.h
version.all Bump up to version 1.9.0 2020-08-08 00:06:53 +02:00
version.dtd Bump up to version 1.9.0 2020-08-08 00:06:53 +02:00
version.h
version_git.c
version_git.h
wiiu-devel.properties.template

Build Status Coverity Scan Build Status Crowdin

RetroArch

RetroArch is the reference frontend for the libretro API. Popular examples of implementations for this API includes video game system emulators and game engines as well as 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

ozone 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 to 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 binaries are currently hosted on the buildbot.

Support

To reach developers, either make an issue here on GitHub, make a thread on the forum, chat on discord, or visit our IRC channel: #retroarch @ irc.freenode.org. You could create a post in Reddit with Technical Support flair.

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 and touchscreen 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), run-ahead input latency removal, etc.

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

Platforms

RetroArch has been ported to the following platforms:

  • DOS
  • Windows
  • Linux
  • Emscripten (WebAssembly and JavaScript)
  • FreeBSD
  • NetBSD
  • OpenBSD
  • Haiku
  • Solaris
  • macOS (PPC, x86-32 and x86-64)
  • PlayStation 2
  • PlayStation 3
  • PlayStation Portable
  • PlayStation Vita
  • Original Microsoft Xbox
  • Microsoft Xbox 360 (Libxenon/XeXDK)
  • Nintendo GameCube
  • Nintendo Wii
  • Nintendo Wii U
  • Nintendo 3DS/2DS
  • Nintendo Switch
  • Nintendo NES/SNES Classic Edition
  • 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
  • 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 it does not 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.

CRT 15Khz Resolution Switching

CRT SwitchRes will turn on, on the fly. However, you will need to restart RetroArch to disable it. With CRT SwitchRes enable RetroArch will start in 2560 x 480 @ 60.

If you are running Windows, before enabling the CRT SwitchRes options please make sure you have installed CRTEmudriver and installed some modelines. The minimum modelines for all games to switch correctly are:

  • 2560 x 192 @ 60.000000
  • 2560 x 200 @ 60.000000
  • 2560 x 240 @ 60.000000
  • 2560 x 224 @ 60.000000
  • 2560 x 237 @ 60.000000
  • 2560 x 256 @ 50.000000
  • 2560 x 254 @ 55.000000
  • 2560 x 448 @ 60.000000
  • 2560 x 480 @ 60.000000

Install these modelines replacing 2560 with your desired super resolution. The above resolutions are NTSC only so if you would be playing any PAL content please add PAL modelines:

  • 2560 x 192 @ 50.000000
  • 2560 x 200 @ 50.000000
  • 2560 x 240 @ 50.000000
  • 2560 x 224 @ 50.000000
  • 2560 x 288 @ 50.000000
  • 2560 x 237 @ 50.000000
  • 2560 x 254 @ 55.000000
  • 2560 x 448 @ 50.000000
  • 2560 x 480 @ 50.000000

Some games will require higher PAL resolutions which should also be installed:

  • 2560 x 512 @ 50.000000
  • 2560 x 576 @ 50.000000

Ideally install all these modelines and everything will work great.

Super Resolutions

The default super resolution is 2560. It is displayed just under the CRT switch option, which can be found in video settings. This can be changed within the retroarch.cfg. The only compatible resolutions are 1920, 2560 and 3840. Any other resolutions will be ignored and native switching will be activated.

Native Resolutions

If native resolutions are activated you will need a whole new set of modelines:

  • 256 x 240 @ 50.006977 SNESpal

  • 256 x 448 @ 50.006977 SNESpal

  • 512 x 224 @ 50.006977 SNESpal

  • 512 x 240 @ 50.006977 SNESpal

  • 512 x 448 @ 50.006977 SNESpal

  • 256 x 240 @ 60.098812 SNESntsc

  • 256 x 448 @ 60.098812 SNESntsc

  • 512 x 240 @ 60.098812 SNESntsc

  • 512 x 224 @ 60.098812 SNESntsc

  • 512 x 448 @ 60.098812 SNESntsc

  • 256 x 192 @ 59.922745 MDntsc

  • 256 x 224 @ 59.922745 MDntsc

  • 320 x 224 @ 59.922745 MDntsc

  • 320 x 240 @ 59.922745 MDntsc

  • 320 x 448 @ 59.922745 MDntsc

  • 320 x 480 @ 59.922745 MDntsc

  • 256 x 192 @ 49.701458 MDpal

  • 256 x 224 @ 49.701458 MDpal

  • 320 x 224 @ 49.701458 MDpal

  • 320 x 240 @ 49.701458 MDpal

  • 320 x 288 @ 49.701458 MDpal

  • 320 x 448 @ 49.701458 MDpal

  • 320 x 480 @ 49.701458 MDpal

  • 320 x 576 @ 49.701458 MDpal

  • 256 x 288 @ 49.701458 MSYSpal

  • 256 x 240 @ 60.098812 NESntsc

  • 256 x 240 @ 50.006977 NESpal

  • 640 x 237 @ 60.130001 N64ntsc

  • 640 x 240 @ 60.130001 N64ntsc

  • 640 x 480 @ 60.130001 N64ntsc

  • 640 x 288 @ 50.000000 N64pal

  • 640 x 480 @ 50.000000 N64pal

  • 640 x 576 @ 50.000000 N64pal

  • 256 x 252 @ 49.759998 PSXpal

  • 320 x 252 @ 49.759998 PSXpal

  • 384 x 252 @ 49.759998 PSXpal

  • 640 x 252 @ 49.759998 PSXpal

  • 640 x 540 @ 49.759998 PSXpal

  • 384 x 240 @ 59.941002 PSXntsc

  • 256 x 480 @ 59.941002 PSXntsc

  • 352 x 240 @ 59.820000 Saturn/SGFX_NTSCp

  • 704 x 240 @ 59.820000 SaturnNTSCp

  • 352 x 480 @ 59.820000 SaturnNTSCi

  • 704 x 480 @ 59.820000 SaturnNTSCi

  • 352 x 288 @ 49.701458 SaturnPALp

  • 704 x 288 @ 49.701458 SaturnPALp

  • 352 x 576 @ 49.701458 SaturnPALi

  • 704 x 576 @ 49.701458 SaturnPALi

  • 240 x 160 @ 59.730000 GBA

  • 320 x 200 @ 60.000000 Doom

// Arcade

  • 400 x 254 @ 54.706841 MK
  • 384 x 224 @ 59.637405 CPS1

These modelines are more accurate giving exact hz. However, some games may have unwanted results. This is due to mid-scanline resolution changes on the original hardware. For the best results super resolutions are the way to go.

CRT resolution switching & MAME

Some arcade resolutions can be very different from consumer CRTs. There is resolution detection to ensure MAME games will be displayed in the closest available resolution but drawn at their native resolution within this resolution. Meaning that the MAME game will look just like the original hardware.

MAME ROMs that run in a vertical aspect like DoDonPachi need to be rotated within MAME before resolution switching and aspect correction will work. Do this before enabling CRT SwitchRes so that RetroArch will run in your desktop resolution. Once you have rotated any games that may need it turn CRT SwitchRes on.

Socials

The links below belong to our official channels. Links other than this may have been created by fans, independent members or followers. We seriously recommend using our original resources.