diff --git a/pandora/retroarch/retroarch.cfg b/pandora/retroarch/retroarch.cfg index 195a164e23..202db4bd34 100644 --- a/pandora/retroarch/retroarch.cfg +++ b/pandora/retroarch/retroarch.cfg @@ -19,7 +19,7 @@ savestate_directory = /mnt/utmp/retroarch/retroarch # Load libretro from a dynamic location for dynamically built RetroArch. # This option is mandatory. # On Pandora, it's usually overridden by the launcher script. -libretro_path = "/mnt/utmp/retroarch/lib/libretro-fceumm.so" +libretro_path = "/mnt/utmp/retroarch/lib/libretro-fceu.so" # Environment variables internally in RetroArch. # Implementations can tap into this user-specificed information to enable functionality @@ -37,8 +37,7 @@ system_directory = /mnt/utmp/retroarch/ #### Video # Video driver to use. "gl", "xvideo", "sdl" or "ext" (external API driver) -# On Pandora, "xvideo" and "sdl" are available, and "sdl" is preferred -# if using notaz's SDL omapdss. +# On Pandora, "sdl" is preferred if using notaz's SDL omapdss. video_driver = "sdl" # Path to external video driver using the RetroArch driver API.