1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00
Go to file
2019-06-14 15:16:24 +01:00
.github Clean up white space. 2019-02-03 16:00:50 -08:00
.vscode [Libnx] Toolchain related changes 2019-04-26 21:58:40 +02:00
audio (audio_driver.c) Cleanups 2019-05-29 14:26:14 +02:00
bootstrap Clean up white space. 2019-02-03 16:00:50 -08:00
camera (Wifi/Location/Camera) Get rid of 'own driver' mechanism 2019-02-27 17:02:33 +01:00
cheevos-new Cleanups - cut down on the rest of unnecessary filestream_exists calls 2019-05-31 06:43:20 +02:00
cores gong: revert bad cleanup 2019-05-22 01:00:23 -04:00
ctr Clean up white space. 2019-02-03 16:00:50 -08:00
defines Get rid of d3d.h and xdk_defines.h 2018-05-14 03:57:27 +02:00
deps Merge pull request #8877 from QuarkTheAwesome/build-fixes 2019-05-29 10:50:18 +02:00
discord Cleanups - prefer path_is_valid over filestream_exists 2019-05-30 21:35:34 +02:00
dist-scripts Remove the parallel compilation for PS2 in the dist-scripts 2019-03-20 22:32:12 +01:00
docs
emscripten Clean up white space. 2019-02-03 16:00:50 -08:00
frontend (GEKKO) Update default paths 2019-06-12 10:41:11 +01:00
gfx Add 'Scanline2x' CPU video filter 2019-06-14 15:16:24 +01:00
griffin Add 'Scanline2x' CPU video filter 2019-06-14 15:16:24 +01:00
input Support returning the number of touches in the current input to support multi-touch inputs, like using a 2 finger touch to reload or secondary fire in lightgun games 2019-06-11 11:49:27 -10:00
intl add video setting to select gpu (currently implemented for vulkan) 2019-06-13 12:47:08 -04:00
led Clean up white space. 2019-02-03 16:00:50 -08:00
libretro-common Update libretro-common 2019-06-14 13:13:49 +02:00
libretro-db strlen optimizations : 2019-04-27 04:21:10 +02:00
location (Wifi/Location/Camera) Get rid of 'own driver' mechanism 2019-02-27 17:02:33 +01:00
managers Cleanups - cut down on the rest of unnecessary filestream_exists calls 2019-05-31 06:43:20 +02:00
media Move #pragma code_page(932) into rarch.rc, as #pragma code_page is ignored for included files. Fixes locale problems for Japanese resources. 2019-05-21 20:09:05 -05:00
memory Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu Turn more static const variables into macros 2019-06-14 13:01:22 +02:00
midi crash fix 2019-02-23 11:17:00 -05:00
network do not use old cheevos implementation 2019-05-29 14:26:22 -03:00
pkg UWP: recover AppxBundlePlatforms 2019-06-11 04:10:44 +08:00
ps2 fix issues executing makefile in a bash script 2019-03-17 13:36:40 +01:00
qb Update config.params.sh 2019-06-13 11:56:19 -04:00
record add apng 2019-05-28 16:29:29 +02:00
runahead (Runahead) Cleanups 2019-06-09 06:15:16 +02:00
samples/tasks/database use threads for command-line scanner if available 2019-05-21 22:53:36 -04:00
tasks (task_netplay_find_content) Cleanups 2019-06-14 04:46:25 +02:00
tools Clean up white space. 2019-02-03 16:00:50 -08:00
translation OCR Translation feature finaliziation. (#8738) 2019-05-11 07:15:39 +02:00
ui Increase size of playlist core association arrays 2019-06-12 12:01:31 +01:00
uwp UWP: Improve IO performance by manually buffering short reads. 2019-04-27 23:47:52 +02:00
wifi squelching benign error messages when invoking connman 2019-05-13 08:47:55 -04:00
wii Clean up white space. 2019-02-03 16:00:50 -08:00
wiiu wiiu: Make libfat/libiosuhax optional 2019-05-29 18:21:56 +10:00
.editorconfig Add EditorConfig support 2016-09-16 10:44:33 -04:00
.gitignore Add more Windows MINGW working directory stuff to gitignore 2019-04-08 17:06:04 +02:00
.gitlab-ci.yml add restart menu option 2019-05-21 04:25:34 +02:00
.project implement a way to set rewind_buffer_size via the UI 2018-07-13 16:12:09 -04:00
.travis.yml travis: Update to xenial. 2019-06-12 06:30:00 -07:00
10bpc-gl.diff Clean up white space. 2019-02-03 16:00:50 -08:00
AUTHORS.h update AUTHORS.h with github-contributors script 2019-05-07 21:41:49 -04:00
autosave.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
CHANGES.md Update CHANGES.md 2019-05-31 20:42:16 +02:00
command.c More runloop cleanups - create HOTKEY_CHECK3 2019-06-09 08:48:59 +02:00
command.h More runloop cleanups - create HOTKEY_CHECK3 2019-06-09 08:48:59 +02:00
config.def.h Turn more static const variables into macros 2019-06-14 13:01:22 +02:00
config.def.keybinds.h add hotkey to toggle netplay hosting 2019-03-09 17:48:03 -05:00
config.features.h (config.features.h) Turn static const variables into macros 2019-06-13 22:34:24 +02:00
configuration.c Turn more static const variables into macros 2019-06-14 13:01:22 +02:00
configuration.h add video setting to select gpu (currently implemented for vulkan) 2019-06-13 12:47:08 -04:00
configure qb: Create qb.init.sh. 2019-01-26 14:41:37 -08:00
content.h [subsystem] add a function to get the friendly name 2019-04-11 18:51:27 -05:00
CONTRIBUTING.md Convert to linux line endings. 2019-02-03 15:43:42 -08:00
COPYING
core_impl.c (runahead) Cleanups - create core_free_game_info and move it to 2019-05-22 04:04:58 +02:00
core_info.c Quick buildfix 2019-05-10 18:34:18 +02:00
core_info.h Revert "(MSVC 2003) core_info - remove all_ext from heap - fixes crash with MSVC2003" 2019-05-10 08:31:18 +02:00
core_type.h easter egg 2019-01-05 18:33:29 -05:00
core.h (runahead) Cleanups - create core_free_game_info and move it to 2019-05-22 04:04:58 +02:00
database_info.c Revert "Start using string_is_equal_memcmp and" 2019-04-29 04:04:33 +02:00
database_info.h update copyright 2019-02-22 19:13:36 -05:00
defaults.h video_layout config 2019-05-11 09:58:46 +01:00
dirs.c dir_is_empty - fix case for RARCH_DIR_SYSTEM 2019-06-09 08:19:34 +02:00
dirs.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
Doxyfile doxygen: quiet output 2018-09-30 23:37:45 -04:00
driver.h Merge driver.c and retroarch.c 2019-02-27 16:47:39 +01:00
dynamic.c Move macro to top of file 2019-06-14 02:12:29 +02:00
dynamic.h Header include cleanups 2019-01-20 02:26:33 +01:00
fetch-submodules.sh Clean up white space. 2019-02-03 16:00:50 -08:00
file_path_special.c Get rid of two retro_assert calls 2019-04-28 15:16:42 +02:00
file_path_special.h Add playlist-based thumbnail downloader 2019-05-14 16:26:16 +01:00
file_path_str.c Add playlist-based thumbnail downloader 2019-05-14 16:26:16 +01:00
github-contributors.py update AUTHORS.h with github-contributors script 2019-05-07 21:41:49 -04:00
lakka.h [LIBNX] Implement Over-/Downclocking and minor fixes 2018-11-29 18:42:44 +01:00
list_special.c fix camera and location dropdown lists 2019-04-01 02:07:08 +02:00
list_special.h update copyright 2019-02-22 19:13:36 -05:00
Makefile menu display: don't move scissoring rect 2019-05-27 20:00:54 +00:00
Makefile.apple Clean up white space. 2019-02-03 16:00:50 -08:00
Makefile.classic_armv7_a7 fixed A7A7 2019-02-26 14:30:35 +00:00
Makefile.common Add 'Scanline2x' CPU video filter 2019-06-14 15:16:24 +01:00
Makefile.ctr We need to split up zlib headers in libretro-common to its own separate 2019-05-27 03:40:14 +02:00
Makefile.ctr.salamander Clean up white space. 2019-02-03 16:00:50 -08:00
Makefile.emscripten (Emscripten) Try to use builtin zlib 2019-05-28 15:32:26 +02:00
Makefile.griffin (MSVC) Fix Griffin MSVC build 2019-05-27 22:22:45 +02:00
Makefile.libnx We need to split up zlib headers in libretro-common to its own separate 2019-05-27 03:40:14 +02:00
Makefile.libogc Clean up white space. 2019-02-03 16:00:50 -08:00
Makefile.msvc qb: Add check_platform. 2019-06-02 08:48:05 -07:00
Makefile.openpandora video_layout build 2019-05-11 09:58:46 +01:00
Makefile.orbis We need to split up zlib headers in libretro-common to its own separate 2019-05-27 03:40:14 +02:00
Makefile.pandora Clean up white space. 2019-02-03 16:00:50 -08:00
Makefile.ps2 (PS2) Try to use builtin zlib 2019-05-28 15:30:16 +02:00
Makefile.ps3 We need to split up zlib headers in libretro-common to its own separate 2019-05-27 03:40:14 +02:00
Makefile.ps3.cobra Undefine HAVE_VIDEO_LAYOUT for now instead of implicitly enabling 2019-05-13 01:57:26 +02:00
Makefile.ps3.salamander Clean up white space. 2019-02-03 16:00:50 -08:00
Makefile.psl1ght We need to split up zlib headers in libretro-common to its own separate 2019-05-27 03:40:14 +02:00
Makefile.psp1 We need to split up zlib headers in libretro-common to its own separate 2019-05-27 03:40:14 +02:00
Makefile.psp1.salamander Clean up white space. 2019-02-03 16:00:50 -08:00
Makefile.switch We need to split up zlib headers in libretro-common to its own separate 2019-05-27 03:40:14 +02:00
Makefile.vita (Vita) Use builtin zlib 2019-05-28 15:35:31 +02:00
Makefile.vita.salamander [VITA] Bluetooth mouse and keyboard support 2019-03-22 21:32:59 -05:00
Makefile.wii.salamander Clean up white space. 2019-02-03 16:00:50 -08:00
Makefile.wiiu wiiu: Add libfat/iosuhax to Griffin, always use builtins 2019-05-29 18:23:34 +10:00
Makefile.win qb: Add check_platform. 2019-06-02 08:48:05 -07:00
movie.c First version of menu widgets (gl only) 2019-02-06 20:48:24 +01:00
movie.h Simplify runloop 2019-01-14 04:39:58 +01:00
msg_hash.c add initial Turkish translation from Ömercan Kömür (fpscan) 2019-04-17 19:08:23 -04:00
msg_hash.h add video setting to select gpu (currently implemented for vulkan) 2019-06-13 12:47:08 -04:00
no-xib.diff Clean up white space. 2019-02-03 16:00:50 -08:00
paths.c (paths.c) Style nit 2019-04-22 04:05:58 +02:00
paths.h easter egg 2019-01-05 18:33:29 -05:00
performance_counters.c more accurate rarch_timer 2018-06-29 21:12:46 -05:00
performance_counters.h Remove trailing blank lines. 2019-01-17 19:39:38 -08:00
playlist.c (Samples) tasks/database - should work again 2019-05-21 22:38:50 +02:00
playlist.h Load content runtime data 'on demand' (#8717) 2019-05-09 08:24:06 -05:00
README-exynos.md
README-mali_fbdev_r4p0.md Re-enable RXML and purge libxml 2019-03-17 03:04:35 +00:00
README-OMAP.md
README.md Re-enable RXML and purge libxml 2019-03-17 03:04:35 +00:00
retroarch-android-debug.diff add patch to enable gdb/debugging on android 2018-03-01 16:01:04 -05:00
retroarch-mingw-build.sh Clean up white space. 2019-02-03 16:00:50 -08:00
retroarch.c Update libretro-common 2019-06-14 13:13:49 +02:00
retroarch.cfg add analog deadzone and sensitivity options, rename axis threshold 2019-03-25 23:22:19 -04:00
retroarch.desktop Making description more concrete and adding Russian translation 2017-11-22 19:04:59 +03:00
retroarch.h Re-enable '--log-file' command line option 2019-05-17 17:19:13 +01:00
runtime_file.c filestream_exists() -> path_is_valid() replacements 2019-05-30 12:19:52 +01:00
runtime_file.h Load content runtime data 'on demand' (#8717) 2019-05-09 08:24:06 -05:00
setting_list.h Remove setting_list.c and reintegrate it into menu_setting.c 2019-04-30 16:18:26 +02:00
switch_performance_profiles.h lakka-switch: adding extra overclocks 2019-05-11 21:05:57 -04:00
travis_metal_deploy.sh travis: Copy the app bundle from $TRAVIS_BUILD_DIR 2019-02-05 23:47:17 -05:00
travis-deploy-key.enc travis: deploy OSX Metal build 2018-09-02 21:57:06 -04:00
verbosity.c [LIBNX] Unconditional Mutex for logging 2019-04-29 16:43:01 +02:00
verbosity.h Log to file improvements 2019-03-21 16:57:54 +00:00
version_git.c Remove trailing blank lines. 2019-01-17 19:39:38 -08:00
version_git.h Remove trailing blank lines. 2019-01-17 19:39:38 -08:00
version.all Bump up version to 1.7.7 2019-05-05 03:30:17 +02:00
version.dtd Bump up version to 1.7.7 2019-05-05 03:30:17 +02:00
version.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
wiiu-devel.properties.template Implement UDP broadcast network logging on Wii U 2018-05-06 14:39:48 -07:00

Build Status Coverity Scan Build Status

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

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.

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 3
  • PlayStation Portable
  • PlayStation Vita
  • Original Microsoft Xbox
  • Microsoft Xbox 360 (Libxenon/XeXDK)
  • Nintendo GameCube
  • Nintendo Wii
  • Nintendo Wii U
  • Nintendo 3DS
  • 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.