gblues 86ac651edf Fix disabled HID code, add defensive programming
== DETAILS

1. Noticed that the HID driver wasn't loading after setting WIIU_HID=1. Found
   that the HID driver init was ifdef'd out. Removed that.

2. Current theory around "System Memory Error 160-2203" is in-memory
   corruption. So, to try to identify it:

   - Created a routine that does a hex dump of the RPX over the logger. (I
     have a python3 script that can extract the hex dump back into a binary
     file). If a SME occurs with this routine enabled, we can see if the
     corruption is happening at read-time, or somewhere between when we send
     the RPX to the loader and try to execute it.

   - I noticed that we allocate slightly more memory than the RPX actually
     needs, and we don't zero the memory, which means there's a handful of
     bytes at the end that could be anything. I added a call to memset() to
     zero out the memory prior to loading the RPX off the SD card.

And, of course, after adding those, I haven't been able to reproduce the
System Memory Error, so maybe the uninitialized memory was the problem?

Here's hoping.
2018-01-18 19:57:19 -08:00
2018-01-07 10:46:53 +01:00
2017-12-12 00:24:18 -08:00
2017-12-31 15:28:10 +01:00
2017-12-25 08:51:50 +01:00
2018-01-07 14:06:31 +01:00
2018-01-07 14:52:26 +01:00
2016-08-27 21:56:37 -05:00
2017-09-26 20:53:02 -04:00
2018-01-12 01:37:23 +01:00
2018-01-02 06:24:22 +01:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2018-01-12 05:27:09 +01:00
2018-01-11 14:51:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2016-09-16 10:44:33 -04:00
2018-01-13 12:16:37 -08:00
2017-12-12 00:24:18 -08:00
2018-01-13 15:32:15 +01:00
2018-01-04 17:38:31 +01:00
2017-12-17 13:16:40 -05:00
2017-11-26 16:59:48 +00:00
2015-06-16 20:46:11 -03:00
2017-05-06 16:41:22 +02:00
2012-12-09 10:16:35 +01:00
2011-01-25 13:31:55 +01:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-09-29 05:01:00 +02:00
2017-09-28 09:32:23 +02:00
2017-12-12 00:24:18 -08:00
2017-01-17 17:13:42 +01:00
2017-12-12 00:24:18 -08:00
fix
2018-01-01 16:58:32 +01:00
2017-12-27 21:05:24 +01:00
2017-12-12 00:24:18 -08:00
2017-12-31 05:34:59 +01:00
2017-12-30 13:45:29 +01:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2018-01-12 03:16:15 +01:00
2018-01-05 09:58:10 -08:00
2018-01-05 09:58:10 -08:00
2018-01-12 03:16:15 +01:00
2017-08-20 00:54:39 +02:00
2015-09-20 15:41:28 +02:00
2017-12-30 11:14:45 +01:00
2017-12-07 05:54:54 +01:00
2017-12-15 00:31:37 +01:00
2017-12-12 00:24:18 -08:00
2017-09-18 09:03:43 -07:00
2015-10-13 23:23:33 +02:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2014-08-09 16:43:48 +02:00
2014-01-14 16:39:24 -06:00
2018-01-02 22:49:46 -05:00
2017-12-17 13:16:40 -05:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2018-01-03 14:31:41 +01:00
2017-07-04 21:46:22 -04:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2018-01-10 22:51:00 -08:00
2017-12-25 18:17:57 +01:00
2017-12-12 00:24:18 -08: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 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.

Description
Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
Readme 790 MiB
Languages
C 84.1%
C++ 12.7%
Objective-C 1.3%
Assembly 0.4%
Python 0.3%
Other 0.9%