Skip to content

Commit 20d4067

Browse files
authored
Merge pull request #22 from r3claimer/dev
Fix AetherSX2 controls on ACE
2 parents 2141b0a + 953f97e commit 20d4067

File tree

2 files changed

+6
-4
lines changed
  • packages
    • emulators/standalone/aethersx2-sa/config/RK3588/aethersx2/inis
    • kernel/firmware/g610-mali-csffw

2 files changed

+6
-4
lines changed

packages/emulators/standalone/aethersx2-sa/config/RK3588/aethersx2/inis/PCSX2.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,11 @@ SDLControllerEnhancedMode = false
316316
XInput = false
317317
RawInput = false
318318

319+
319320
[Hotkeys]
320-
LoadStateFromSlot = SDL-0/Button30 & SDL-0/LeftShoulder
321-
SaveStateToSlot = SDL-0/Button30 & SDL-0/RightShoulder
322-
OpenPauseMenu = SDL-0/Button30 & SDL-0/X
321+
LoadStateFromSlot = SDL-0/Guide & SDL-0/LeftShoulder
322+
SaveStateToSlot = SDL-0/Guide & SDL-0/RightShoulder
323+
OpenPauseMenu = SDL-0/Guide & SDL-0/X
323324

324325

325326
[Pad]
@@ -366,6 +367,7 @@ Analog = SDL-0/Guide
366367
LargeMotor = SDL-0/LargeMotor
367368
SmallMotor = SDL-0/SmallMotor
368369

370+
369371
[Pad2]
370372
Type = None
371373
Deadzone = 0.000000

packages/kernel/firmware/g610-mali-csffw/package.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mali_csffw.bin# SPDX-License-Identifier: GPL-2.0-or-later
1+
# SPDX-License-Identifier: GPL-2.0-or-later
22
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX)
33

44
PKG_NAME="g610-mali-csffw"

0 commit comments

Comments
 (0)