diff options
Diffstat (limited to 'games/dolphin-emu/README')
-rw-r--r-- | games/dolphin-emu/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/games/dolphin-emu/README b/games/dolphin-emu/README index 463206099423..e3e767f8a360 100644 --- a/games/dolphin-emu/README +++ b/games/dolphin-emu/README @@ -4,8 +4,8 @@ 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, mbedtls, -miniupnpc, pugixml, qt6 +Optional dependencies: SFML, cubeb, fmt, gtest, hidapi, jack, mgba, +mbedtls, miniupnpc, pugixml, qt6 Analytic data collection is enabled by default, however, users are prompted about this on first launch. To disable analytics without being @@ -16,3 +16,9 @@ functionality, pass DISCORD=ON to the build script. If you would like to disable Gameboy Advance controller support, pass 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. |