diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 23:41:01 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:23 +0700 |
commit | 2933fa455248040e3a0375bb2e7d10919e1042a8 (patch) | |
tree | 19b628cc789f28ece6b4ba261c854e208d03cb6d /games/mupen64plus-libretro/README | |
parent | 9f6e48ecad5f743becc20262678ba9ca382d87cc (diff) | |
download | slackbuilds-2933fa455248040e3a0375bb2e7d10919e1042a8.tar.gz |
games/mupen64plus-libretro: Updated for version 2017.02.04_78f37eca.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/mupen64plus-libretro/README')
-rw-r--r-- | games/mupen64plus-libretro/README | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games/mupen64plus-libretro/README b/games/mupen64plus-libretro/README index e0313bbe1a..35caa3ac0f 100644 --- a/games/mupen64plus-libretro/README +++ b/games/mupen64plus-libretro/README @@ -1,9 +1,14 @@ Mupen64Plus is a cross-platform plugin-based N64 emulator which is capable of accurately playing many games. -Vulkan can be used instead of opengl. This will require both a video card and -driver that support it, but Slackware does not yet provide any Vulkan support, -so providing the correct build environment is up to you. +Mupen64Plus optionally supports using OpenGL ES 2 instead of OpenGL which +will require support in the libretro frontend, video card and driver. This +can be done by building Mupen64Plus with: + GLES=1 ./mupen64plus-libretro.SlackBuild + +Vulkan can be used instead of OpenGL. This will require both a video card and +driver that supports it, but Slackware does not yet provide any Vulkan support, +so providing the correct system environment is up to you. To build with Vulkan use: VULKAN=1 ./mupen64plus.SlackBuild |