Loading pkgs/applications/emulators/cemu/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ , wayland , wxGTK32 , zarchive , gamemode , vulkan-loader , nix-update-script Loading @@ -31,13 +31,13 @@ stdenv.mkDerivation rec { pname = "cemu"; version = "2.0-36"; version = "2.0-39"; src = fetchFromGitHub { owner = "cemu-project"; repo = "Cemu"; rev = "v${version}"; hash = "sha256-RO8c9gLK00LLwDzcD8UOS3kh3kwTwFyrpuRlIXcInPo="; hash = "sha256-+2V78G4SDFb6ZQDDorvT13yqnZw2JAObF+WGYMMGYHE="; }; patches = [ Loading Loading @@ -80,6 +80,7 @@ stdenv.mkDerivation rec { "-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG" "-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG" "-DENABLE_VCPKG=OFF" "-DENABLE_FERAL_GAMEMODE=ON" # PORTABLE: # "All data created and maintained by Cemu will be in the directory where the executable file is located" Loading @@ -91,7 +92,8 @@ stdenv.mkDerivation rec { in '' rm -rf dependencies/imgui ln -s ${imgui}/include/imgui dependencies/imgui sed 's/\(EMULATOR_VERSION_SUFFIX\).*experimental.*/\1 "-${tag} (experimental)"/' -i src/Common/version.h substituteInPlace src/Common/version.h --replace " (experimental)" "-${tag} (experimental)" substituteInPlace dependencies/gamemode/lib/gamemode_client.h --replace "libgamemode.so.0" "${gamemode.lib}/lib/libgamemode.so.0" ''; installPhase = '' Loading Loading
pkgs/applications/emulators/cemu/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ , wayland , wxGTK32 , zarchive , gamemode , vulkan-loader , nix-update-script Loading @@ -31,13 +31,13 @@ stdenv.mkDerivation rec { pname = "cemu"; version = "2.0-36"; version = "2.0-39"; src = fetchFromGitHub { owner = "cemu-project"; repo = "Cemu"; rev = "v${version}"; hash = "sha256-RO8c9gLK00LLwDzcD8UOS3kh3kwTwFyrpuRlIXcInPo="; hash = "sha256-+2V78G4SDFb6ZQDDorvT13yqnZw2JAObF+WGYMMGYHE="; }; patches = [ Loading Loading @@ -80,6 +80,7 @@ stdenv.mkDerivation rec { "-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG" "-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG" "-DENABLE_VCPKG=OFF" "-DENABLE_FERAL_GAMEMODE=ON" # PORTABLE: # "All data created and maintained by Cemu will be in the directory where the executable file is located" Loading @@ -91,7 +92,8 @@ stdenv.mkDerivation rec { in '' rm -rf dependencies/imgui ln -s ${imgui}/include/imgui dependencies/imgui sed 's/\(EMULATOR_VERSION_SUFFIX\).*experimental.*/\1 "-${tag} (experimental)"/' -i src/Common/version.h substituteInPlace src/Common/version.h --replace " (experimental)" "-${tag} (experimental)" substituteInPlace dependencies/gamemode/lib/gamemode_client.h --replace "libgamemode.so.0" "${gamemode.lib}/lib/libgamemode.so.0" ''; installPhase = '' Loading