diff options
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 |