git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 1e5e236e848bf08e69ed60fde8b9f30a1c2119b4
parent ebb0cb5e815ce45d10abec706545ddce72927d4b
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Tue,  1 Jun 2021 00:33:25 +0300

Correct default mapping for PS5 and PS4 controllers

Diffstat:
MJoyKit/ControllerConfiguration.inc4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/JoyKit/ControllerConfiguration.inc b/JoyKit/ControllerConfiguration.inc @@ -71,8 +71,8 @@ hacksByManufacturer = @{ }, JOYAxisUsageMapping: @{ - AXIS(4): @(JOYAxisUsageL1), - AXIS(5): @(JOYAxisUsageR1), + AXIS(4): @(JOYAxisUsageL2), + AXIS(5): @(JOYAxisUsageR2), }, JOYAxes2DUsageMapping: @{

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.