distribution/packages/hardware/quirks/devices/Powkiddy RGB10/110-retroarch-joypad
sydarn 0078da3bcb rgb10,oga-be: revamp controls
Remove trigger happy ogabe, rgb10

RGB10 d-pad volume and brighness control

Fix userspace mapping for oga-be and rgb10

Updated oga-be and rgb10 retroarch joypad

Update gamecontrollerdb.

drastic and ppsspp mapping, ppsspp worked once then broke ?
2024-03-06 19:59:10 +01:00

11 lines
428 B
Bash

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2022-present JELOS (https://github.com/JustEnoughLinuxOS)
# Adapt retroarch joypad config for rgb10
if [ ! -f "/storage/joypads/odroidgo2_v11_joypad.cfg" ]; then
cp /usr/share/libretro/autoconfig/odroidgo2_v11_joypad.cfg /storage/joypads/
sed -i -r 's/input_enable_hotkey_btn.*/input_enable_hotkey_btn = "10"/' /storage/joypads/odroidgo2_v11_joypad.cfg
fi