···77 chmod -R a+w externals/zstd
78 '';
7980- # Todo: cubeb audio backend (the default one) doesn't work on the SDL interface.
81- # This seems to be a problem with libpulseaudio, other applications have similar problems (e.g Duckstation).
82- # Note that the two interfaces have two separate configuration files.
008384 meta = with lib; {
85 homepage = "https://citra-emu.org";
···90 runHook postCheck
91 '';
92093 qtWrapperArgs = [
94- "--prefix LD_LIBRARY_PATH : ${vulkan-loader}/lib"
95 ];
9697 meta = with lib; {
···102 platforms = platforms.linux;
103 };
104}
105-# TODO: default sound backend (cubeb) does not work, but SDL does. Strangely,
106-# switching to cubeb while a game is running makes it work.