Skip to content

Commit

Permalink
emulators/dolphin-emu: Enable Vulkan backend
Browse files Browse the repository at this point in the history
  • Loading branch information
martymac committed Nov 10, 2023
1 parent c379663 commit 8ac05ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emulators/dolphin-emu/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= dolphin-emu
PORTVERSION= 5.0.19870
PORTREVISION= 1
CATEGORIES= emulators

MAINTAINER= martymac@FreeBSD.org
Expand Down Expand Up @@ -41,6 +42,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libcurl.so:ftp/curl \
libhidapi.so:comms/hidapi \
libxkbcommon.so:x11/libxkbcommon
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers

USES= cmake compiler:c++17-lang desktop-file-utils elfctl gl iconv \
pkgconfig qmake qt:6 sdl xorg
Expand All @@ -64,7 +66,6 @@ CMAKE_ARGS+= -DUSE_UPNP:BOOL=ON \
-DENABLE_QT:BOOL=ON \
-DENABLE_ALSA:BOOL=OFF \
-DENABLE_PULSEAUDIO:BOOL=ON \
-DENABLE_VULKAN:BOOL=OFF \
-DUSE_DISCORD_PRESENCE:BOOL=OFF \
-DUSE_MGBA:BOOL=OFF \
-DENABLE_AUTOUPDATE:BOOL=OFF \
Expand Down
1 change: 1 addition & 0 deletions emulators/dolphin-emu/Makefile.tuples
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
GH_TUPLE= \
GPUOpen-LibrariesAndSDKs:VulkanMemoryAllocator:498e20dfd1343d99b9115201034bb0219801cdec:VulkanMemoryAllocator/Externals/VulkanMemoryAllocator \
mozilla:cubeb:27d2a102b0b75d9e49d43bc1ea516233fb87d778:cubeb/Externals/cubeb/cubeb \
epezent:implot:d87512353495e7760e7fda7566a05beef7627d8f:implot/Externals/implot/implot \
google:googletest:58d77fa8070e8cec2dc1ed015d66b454c8d78850:googletest/Externals/gtest \
Expand Down
2 changes: 2 additions & 0 deletions emulators/dolphin-emu/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
TIMESTAMP = 1696355651
SHA256 (dolphin-emu-dolphin-5.0.19870-8c2a1c1_GH0.tar.gz) = 539fb312ad194b35dfce0cb1b9aeac64f29490ea2cebbd1a42da0cf696525f87
SIZE (dolphin-emu-dolphin-5.0.19870-8c2a1c1_GH0.tar.gz) = 20538143
SHA256 (GPUOpen-LibrariesAndSDKs-VulkanMemoryAllocator-498e20dfd1343d99b9115201034bb0219801cdec_GH0.tar.gz) = 4cb34c92b57d132d3200aa8c9b7f758e963eaeb31b6127d6edd0cd0902dc177e
SIZE (GPUOpen-LibrariesAndSDKs-VulkanMemoryAllocator-498e20dfd1343d99b9115201034bb0219801cdec_GH0.tar.gz) = 880127
SHA256 (mozilla-cubeb-27d2a102b0b75d9e49d43bc1ea516233fb87d778_GH0.tar.gz) = 9326a22d41b30b6d613c248a8ea2eb56c5ffc76a7080b0127165682fd8eba13e
SIZE (mozilla-cubeb-27d2a102b0b75d9e49d43bc1ea516233fb87d778_GH0.tar.gz) = 223102
SHA256 (epezent-implot-d87512353495e7760e7fda7566a05beef7627d8f_GH0.tar.gz) = b85b27cde80816c6ecbd63390e5cb9d3ea56211a63564372b7a7f89fe5b76a9b
Expand Down

0 comments on commit 8ac05ab

Please sign in to comment.