Skip to content

Commit 44dee38

Browse files
authored
Merge pull request #454 from ROCKNIX/dev
Sync main with dev for release
2 parents 430833c + 48e1ff9 commit 44dee38

File tree

70 files changed

+924
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+924
-252
lines changed

packages/audio/wireplumber/package.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ EOF
3838

3939
cat > ${INSTALL}/usr/share/wireplumber/bluetooth.lua.d/89-disable-bluez-hfphsp-backend.lua << EOF
4040
bluez_monitor.properties["bluez5.hfphsp-backend"] = "none"
41+
EOF
42+
43+
cat > ${INSTALL}/usr/share/wireplumber/main.lua.d/50-libcamera-config.lua << EOF
44+
libcamera_monitor.enabled = false
4145
EOF
4246
}
4347

packages/emulators/libretro/retroarch/retroarch-joypads/gamepads/odroidgo3_joypad.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ input_device_display_name = "Odroid GO Super"
44

55
input_b_btn = "0"
66
input_y_btn = "3"
7-
input_select_btn = "12"
8-
input_start_btn = "13"
7+
input_select_btn = "8"
8+
input_start_btn = "9"
99
input_a_btn = "1"
1010
input_x_btn = "2"
1111
input_l_btn = "4"
1212
input_r_btn = "5"
1313
input_l2_btn = "6"
1414
input_r2_btn = "7"
15-
input_l3_btn = "15"
16-
input_r3_btn = "16"
15+
input_l3_btn = "10"
16+
input_r3_btn = "11"
1717

18-
input_up_btn = "8"
19-
input_down_btn = "9"
20-
input_left_btn = "10"
21-
input_right_btn = "11"
18+
input_up_btn = "12"
19+
input_down_btn = "13"
20+
input_left_btn = "14"
21+
input_right_btn = "15"
2222

2323
input_l_x_plus_axis = "+0"
2424
input_l_x_minus_axis = "-0"
@@ -31,8 +31,8 @@ input_r_y_plus_axis = "+3"
3131
input_r_y_minus_axis = "-3"
3232

3333
# Hotkeys
34-
input_enable_hotkey_btn = "12"
35-
input_exit_emulator_btn = "13"
34+
input_enable_hotkey_btn = "8"
35+
input_exit_emulator_btn = "9"
3636

3737
input_menu_toggle_btn = "2"
3838
input_fps_toggle_btn = "3"

packages/kernel/linux/package.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ case ${DEVICE} in
3535
PKG_PATCH_DIRS+=" mainline"
3636
;;
3737
*)
38-
PKG_VERSION="6.10.4"
38+
PKG_VERSION="6.9.12"
3939
PKG_URL="https://www.kernel.org/pub/linux/kernel/v${PKG_VERSION/.*/}.x/${PKG_NAME}-${PKG_VERSION}.tar.xz"
4040
PKG_PATCH_DIRS+=" mainline"
4141
;;

packages/virtual/emulators/package.mk

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ case "${DEVICE}" in
5353
;;
5454
S922X)
5555
[ "${ENABLE_32BIT}" == "true" ] && EMUS_32BIT="box86 pcsx_rearmed-lr wine"
56-
PKG_EMUS+=" aethersx2-sa box64 dolphin-sa drastic-sa portmaster yabasanshiro-sa"
56+
PKG_EMUS+=" aethersx2-sa box64 dolphin-sa drastic-sa portmaster scummvmsa yabasanshiro-sa"
5757
LIBRETRO_CORES+=" beetle-psx-lr bsnes-lr bsnes-hd-lr dolphin-lr geolith-lr flycast-lr uae4arm"
5858
[ "${USE_MALI}" != "no" ] && PKG_EMUS+=" lime3ds-sa"
5959
PKG_RETROARCH+=" retropie-shaders"
@@ -894,15 +894,8 @@ makeinstall_target() {
894894
add_es_system pokemini
895895

896896
### ScummVM
897-
case ${DEVICE} in
898-
S922X)
899-
add_emu_core scummvm retroarch scummvm true
900-
;;
901-
*)
902-
add_emu_core scummvm scummvmsa scummvm true
903-
add_emu_core scummvm retroarch scummvm false
904-
;;
905-
esac
897+
add_emu_core scummvm scummvmsa scummvm true
898+
add_emu_core scummvm retroarch scummvm false
906899
add_es_system scummvm
907900
install_script "Start ScummVM.sh"
908901

0 commit comments

Comments
 (0)