diff options
Diffstat (limited to 'games/mupen64plus-libretro/README')
-rw-r--r-- | games/mupen64plus-libretro/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/mupen64plus-libretro/README b/games/mupen64plus-libretro/README new file mode 100644 index 0000000000..e0313bbe1a --- /dev/null +++ b/games/mupen64plus-libretro/README @@ -0,0 +1,11 @@ +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. +To build with Vulkan use: + VULKAN=1 ./mupen64plus.SlackBuild + +To build the debugging symbols use: + DEBUG=1 ./mupen64plus-libretro.SlackBuild |