diff options
Diffstat (limited to 'games/higan')
-rw-r--r-- | games/higan/README | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/games/higan/README b/games/higan/README index 912cc6de9b..b7482646d1 100644 --- a/games/higan/README +++ b/games/higan/README @@ -27,14 +27,11 @@ slackbuild. PROFILE=accuracy|balanced|performance (default: balanced) -3) If you want to have an OpenAL or pulseaudio audio driver option, -you can build higan to support them by passing OPENAL=yes and -PULSEAUDIO=yes to the slackbuild, which would require their respective -packages. By default, these options are disabled. +3) If you want to have an OpenAL audio driver option, you can build higan +to support it by passing OPENAL=yes to the slackbuild, which would require +the OpenAL package to be installed. By default, this option is disabled. OPENAL=yes|no (default: no), requires OpenAL -PULSEAUDIO=yes|no (default: no), requires pulseaudio - * Configuration * @@ -43,5 +40,4 @@ shaders are located) is /usr/share/higan. If you want a personalized profile, store your files in ~/.config/higan/, then higan will use this folder instead. - -Optional dependencies: OpenAL, pulseaudio +Optional dependency: OpenAL |