From a23a5c4fe86e43317385e57f4f90798b244e86bb Mon Sep 17 00:00:00 2001 From: Darren Date: Tue, 18 Sep 2012 02:23:17 -0400 Subject: [PATCH] (Pandora) default config file fixes. - point to libretro-fceu.so, which libretro-super names it, rather than fceumm - strike the line about available gfx drivers, we've got GLES now --- pandora/retroarch/retroarch.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.