diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-09-01 21:44:35 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:34 +0700 |
commit | d9203a732f8ba8eaddde8bc818522f384ed8b4c8 (patch) | |
tree | a5b236a7e7b3fa09e113e867ff5e68967a655c73 /games/dolphin-emu/README | |
parent | c20e23013d66ff516f27c3ae2006ff30e19bc864 (diff) |
games/dolphin-emu: Updated for version 5.0.20059.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/dolphin-emu/README')
-rw-r--r-- | games/dolphin-emu/README | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/dolphin-emu/README b/games/dolphin-emu/README index e3e767f8a3607..362efdb6811d2 100644 --- a/games/dolphin-emu/README +++ b/games/dolphin-emu/README @@ -4,8 +4,9 @@ two consoles in full HD (1080p) with several enhancements: compatibility with all PC controllers, turbo speed, networked multiplayer, and even more! -Optional dependencies: SFML, cubeb, fmt, gtest, hidapi, jack, mgba, -mbedtls, miniupnpc, pugixml, qt6 +Dolphin will optionally build against internal system packages if +present, these include: SFML, enet, fmt, hidapi, mbedtls, libminizip, +libspng, mgba, miniupnpc, pugixml, and zstd-cmake. Analytic data collection is enabled by default, however, users are prompted about this on first launch. To disable analytics without being @@ -19,6 +20,3 @@ USEMGBA=OFF to the build script. This will remove the mgba dependecy. If you have installed mgba <= 0.10.0, this build will fail, please install 0.10.0+ or 'removepkg mgba' prior to running this script. - -qt6 is an optional dependency and will be built against it if present -at build time. Otherwise, qt5 will be used. |