mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
shadps4: 0.15.0 -> 0.16.0
https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.16.0 Diff: https://github.com/shadps4-emu/shadPS4/compare/v.0.15.0...v.0.16.0
This commit is contained in:
parent
ced209c57f
commit
d0c62a851d
2 changed files with 14 additions and 10 deletions
|
|
@ -88,6 +88,9 @@
|
|||
|
||||
machine.succeed("shadps4 /etc/openorbis-sample-packages/OpenOrbis-PNG-Sample/uroot/eboot.bin >&2 &")
|
||||
|
||||
machine.wait_for_text("Save Migration")
|
||||
machine.succeed("xdotool mousemove 879 182 click 1")
|
||||
|
||||
# Look for logo
|
||||
with machine.nested("Waiting for the screen to have openorbisColor {} on it:".format(openorbisColor)):
|
||||
retry(check_for_color(openorbisColor))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
clangStdenv,
|
||||
fetchFromGitHub,
|
||||
makeWrapper,
|
||||
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
libunwind,
|
||||
libusb1,
|
||||
magic-enum,
|
||||
minimp3,
|
||||
miniz,
|
||||
nlohmann_json,
|
||||
libgbm,
|
||||
|
|
@ -52,15 +53,15 @@
|
|||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
clangStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "shadps4";
|
||||
version = "0.15.0";
|
||||
version = "0.16.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shadps4-emu";
|
||||
repo = "shadPS4";
|
||||
tag = "v.${finalAttrs.version}";
|
||||
hash = "sha256-76rbxOf4grDWPVILy8nF35wQ6/NcxHQkmiQOB0u4oJo=";
|
||||
hash = "sha256-SavSUHtnJeRi2mzIyUhLfLk37Y/PSuI3bbbqWA7qVbg=";
|
||||
|
||||
postCheckout = ''
|
||||
cd "$out"
|
||||
|
|
@ -73,13 +74,16 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
zydis \
|
||||
sirit \
|
||||
tracy \
|
||||
ext-libusb \
|
||||
libusb \
|
||||
discord-rpc \
|
||||
hwinfo \
|
||||
openal-soft \
|
||||
dear_imgui \
|
||||
LibAtrac9 \
|
||||
aacdec/fdk-aac
|
||||
aacdec/fdk-aac \
|
||||
spdlog \
|
||||
libressl \
|
||||
ImGuiFileDialog
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
@ -90,10 +94,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
--replace-fail @GIT_BRANCH@ ${finalAttrs.version} \
|
||||
--replace-fail @GIT_DESC@ nixpkgs \
|
||||
--replace-fail @BUILD_DATE@ $(cat SOURCE_DATE_EPOCH)
|
||||
|
||||
substituteInPlace src/core/libraries/np/trophy_ui.cpp \
|
||||
--replace-fail "MIX_SetMasterGain" "MIX_SetMixerGain" \
|
||||
--replace-fail "MIX_GetMasterGain" "MIX_GetMixerGain"
|
||||
'';
|
||||
|
||||
buildInputs = [
|
||||
|
|
@ -119,6 +119,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
libxscrnsaver
|
||||
libxtst
|
||||
magic-enum
|
||||
minimp3
|
||||
miniz
|
||||
libgbm
|
||||
nlohmann_json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue