Difference between revisions of "RetroArch"

From Emulation General Wiki
Jump to navigation Jump to search
(Using RetroArch)
(Cores)
Line 20: Line 20:
 
|-
 
|-
 
|SNES
 
|SNES
|bSNES
+
|[[bSNES]]
 
|0.92 Performance
 
|0.92 Performance
 
|-
 
|-
Line 32: Line 32:
 
|-
 
|-
 
|SNES
 
|SNES
|Snes9x
+
|[[Snes9x]]
 
|
 
|
 
|-
 
|-
Line 40: Line 40:
 
|-
 
|-
 
|WSwan
 
|WSwan
|Mednafen
+
|[[Mednafen]]
 
|0928
 
|0928
 
|-
 
|-
Line 52: Line 52:
 
|-
 
|-
 
|Atari 2600
 
|Atari 2600
|Stella
+
|[[Stella]]
 
|
 
|
 
|-
 
|-
 
|NES
 
|NES
|bNES
+
|[[bNES]]
 
|
 
|
 
|-
 
|-
 
|NES
 
|NES
|FCEU
+
|[[FCEU]]
 
|
 
|
 
|-
 
|-
Line 68: Line 68:
 
|-
 
|-
 
|NES
 
|NES
|Nestopia
+
|[[Nestopia]]
 
|1.44
 
|1.44
 
|-
 
|-
 
|Gameboy/Color
 
|Gameboy/Color
|Gambatte
+
|[[Gambatte]]
 
|
 
|
 
|-
 
|-
 
|GBA
 
|GBA
|GBA-Next
+
|VBA-Next
 
|
 
|
 
|-
 
|-
Line 84: Line 84:
 
|-
 
|-
 
|Genesis
 
|Genesis
|GenplusGX
+
|[[GenplusGX]]
 
|
 
|
 
|-
 
|-
 
|Arcade
 
|Arcade
|Final Burn Alpha
+
|[[Final Burn Alpha]]
 
|
 
|
 
|}
 
|}
 +
 
==Features==
 
==Features==
  

Revision as of 20:13, 26 April 2013

RA Logo.png
Current version: 0.9.9wip (21-04-13)
Active: Yes
OS: Multiplatform
Authors: Squarepusher, themaister, others
Official website: http://www.libretro.org/
Source code: Unknown

RetroArch is an open source multi-system emulator for Linux, Windows, Mac OS X, *BSD, PS3, XBox360, Wii, Android. It is a multi-platform emulator that uses cores, which are ported emulators from other systems.

Downloads

Cores

System Core Version
SNES bSNES 0.92 Performance
SNES bSNES 0.92 Balanced
SNES bSNES 0.92 Accuracy
SNES Snes9x
SNES Snes9x-Next
WSwan Mednafen 0928
PS1 Mednafen 0928
PCE Mednafen 0928
Atari 2600 Stella
NES bNES
NES FCEU
NES QuickNES
NES Nestopia 1.44
Gameboy/Color Gambatte
GBA VBA-Next
GBA Meteor 1.4
Genesis GenplusGX
Arcade Final Burn Alpha

Features

  • Consistency across multiple systems.
  • A "just works" functionality for the most part, with further configuration options available or soon to come.
  • Custom resolution and refresh rate for output.
  • Amazing shader support.
  • Dynamic rate control for amazing sound even when it's run at a different rate than the video, such as vsync causes sometimes. Especially obvious with GBA.
  • Basic fast forward, rewind, savestate, etc for if you're cheating scum and whatnot.

Using RetroArch

After downloading RetroArch, run 'retroarch-pheonix.exe' and then go to 'RetroArch > Update RetroArch' to start downloading emulation cores.

RAP update.png
RetroArch's Updater

From there, click Check Version. This checks if your version of RetroArch is up-to-date (you have to run this every time you use the updater). From here, double-click on a core to start downloading it.

NOTE: Some users experience a glitch where RetroArch update stops at 100% after downloading a core or update. If this happens close RetroArch, find the downloaded .zip file in RetroArch's directory and manually unzip the file.

After downloading the cores that you want, just select the emulator core you'd like to use on the main window, under 'libetro core path:', and the appropriate ROM under 'Normal ROM path:'

For those wanting to play PSX games or any system that uses BIOS, there is a bit more setup required. First off, download these BIOS files. Now go to 'System > General' and change the 'System directory' to where ever you'd like and place the BIOS files in there.

RA System Directory.png

PSX games have to be loaded through a .CUE file. Most rips will come with that, but if yours didn't you have to create one. To do that open notepad and copy this:

FILE "GAME NAME [1] US.bin" BINARY
   TRACK 01 MODE1/2352
      INDEX 01 00:00:00

Replace GAME NAME [1] US.bin with whatever your game's file name is, but keep the quotation marks. Now rename the new text file from .txt to .cue, load it in RetroArch under Normal ROM, use Mednafen PSX core and hit Start RetroArch.

Shaders/Filters

RetroArch uses bsnes XML .shader, CG pixel .cg, and .cgp for shaders.

Also, bsnes video .filter files for filters.

Guides and Info

How to use SuperGameBoy on RetroArch:

Download these SGB-capable BSNES cores. Then download this, place it in the RetroArch folder, and rename it as "sgb.boot.rom". Now on RetroArch, under Special ROM, select a Super Gameboy ROM (they will all basically work), and a Gameboy ROM. Finally, under ROM type, select Super Gameboy, make sure you have the BSNES core you downloaded selected, and play.

How to use RetroArch:

Getting Started
Advanced configuration options

Source code

https://github.com/libretro