mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 01:21:03 +00:00
(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
This commit is contained in:
parent
3553695a92
commit
a23a5c4fe8
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user