Merge pull request #1259 from brooksytech/dev
S922X audio and update SA cores
This commit is contained in:
commit
9951db216a
6 changed files with 7 additions and 23 deletions
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2022-present Fewtarius
|
||||
|
||||
PKG_NAME="cemu-sa"
|
||||
PKG_VERSION="9049ad91f9d393e687007d43286ffedf9af40504"
|
||||
PKG_VERSION="59f6fe6e2f5a55b5ade567389683e44d09ea0f8d"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="MPL-2.0"
|
||||
PKG_SITE="https://github.com/cemu-project/Cemu"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2022-present BrooksyTech (https://github.com/brooksytech)
|
||||
|
||||
PKG_NAME="rpcs3-sa"
|
||||
PKG_VERSION="7e6cc02e093738dda8b20f3383240f6b7eaa2e0a"
|
||||
PKG_VERSION="842edbcbe795941981993c667c2d8a866126b5b0"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="GPL-2.0-or-later"
|
||||
PKG_SITE="https://rpcs3.net"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2023-present BrooksyTech (https://github.com/brooksytech)
|
||||
|
||||
PKG_NAME="ryujinx-sa"
|
||||
PKG_VERSION="1.1.673"
|
||||
PKG_VERSION="1.1.696"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://github.com/Ryujinx"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2022-present BrooksyTech (https://github.com/brooksytech)
|
||||
|
||||
PKG_NAME="xemu-sa"
|
||||
PKG_VERSION="v0.7.85"
|
||||
PKG_VERSION="v0.7.86"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/xemu-project/xemu"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2022-present BrooksyTech (https://github.com/brooksytech)
|
||||
|
||||
PKG_NAME="yuzu-sa"
|
||||
PKG_VERSION="3d4c113037d8033e29277c8bf75bec9464d09009"
|
||||
PKG_VERSION="6aaa8acff9b690d11142b5168197caa40c0db207"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_SITE="https://github.com/yuzu-emu/yuzu"
|
||||
|
|
|
@ -311,24 +311,8 @@ state.Ultra {
|
|||
item.2 'IN 2'
|
||||
}
|
||||
}
|
||||
control.19 {
|
||||
iface MIXER
|
||||
name Pre-Amp
|
||||
value.0 1
|
||||
value.1 1
|
||||
comment {
|
||||
access 'read write user'
|
||||
type INTEGER
|
||||
count 2
|
||||
range '0 - 5'
|
||||
tlv '0000000100000008fffffe0c000001f4'
|
||||
dbmin -500
|
||||
dbmax 2000
|
||||
dbvalue.0 0
|
||||
dbvalue.1 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
EOF
|
||||
alsactl --file /storage/.config/asound.state restore && alsactl init
|
||||
alsactl init && alsactl --file /storage/.config/asound.state restore
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue