Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes evdev settings & multiple pads handling #6950

Merged
merged 1 commit into from
Nov 7, 2019

Conversation

RipleyTom
Copy link
Contributor

@RipleyTom RipleyTom commented Nov 5, 2019

A total rewrite completely removing m_dev would be a good idea but I'm too lazy to do it.

@toccata10
Copy link
Contributor

You can create a batch file:

#!/bin/bash
rm -rf rpcs3
rm -rf rpcs3_build

git clone https://github.com/RipleyTom/rpcs3.git -b evdev_fix
cd rpcs3/
git submodule update --init
cd ../ && mkdir rpcs3_build && cd rpcs3_build
cmake ../rpcs3/ && make

@wilsoft-gt
Copy link

You can create a batch file:

#!/bin/bash
rm -rf rpcs3
rm -rf rpcs3_build

git clone https://github.com/RipleyTom/rpcs3.git -b evdev_fix
cd rpcs3/
git submodule update --init
cd ../ && mkdir rpcs3_build && cd rpcs3_build
cmake ../rpcs3/ && make

Thanks!! I was trying to download the branch

1 similar comment
@wilsoft-gt
Copy link

You can create a batch file:

#!/bin/bash
rm -rf rpcs3
rm -rf rpcs3_build

git clone https://github.com/RipleyTom/rpcs3.git -b evdev_fix
cd rpcs3/
git submodule update --init
cd ../ && mkdir rpcs3_build && cd rpcs3_build
cmake ../rpcs3/ && make

Thanks!! I was trying to download the branch

@Nekotekina Nekotekina merged commit 4ff6acf into RPCS3:master Nov 7, 2019
@RipleyTom RipleyTom deleted the evdev_fix branch November 10, 2019 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants