diff options
Diffstat (limited to 'games/snes9x/README')
-rw-r--r-- | games/snes9x/README | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/games/snes9x/README b/games/snes9x/README index 6370b07b82809..7685488ec1d53 100644 --- a/games/snes9x/README +++ b/games/snes9x/README @@ -31,10 +31,18 @@ Notes: or RETROARCH=no to forcibly disable the core. Note that RetroArch doesn't have to be installed to build the libretro core, but it's useless without RetroArch installed. Also note: the libretro core - builds, but has not been tested by the SlackBuild author. + builds, but has not been tested by the SlackBuild author. If it + works for you, let me know so I can update this README. - OSS audio is disabled by default. Most users won't be affected, since PulseAudio is now the default audio system on Slackware, and ALSA is the fallback option. If you *need* OSS support, set OSS=yes - in the script's environment. You may also disable PulseAudio by - setting PULSE=no in the environment. + in the script's environment. + +- PulseAudio is enabled by default. You can disable it with PULSE=no + in the environment. + +- portaudio is an optional dependency. It's autodetected at build time, + but you can disable it with PORTAUDIO=no in the environment. I have + no idea why anyone would want to built snes9x with portaudio, but + do whatever you decide to do. |