Francesco Palazzo

Results 9 comments of Francesco Palazzo

How? I checked your other repo, built it with Visual Studio code and tried to import in my project's .csproj like this ``` net472 IndustrialRun 12.0.3 False $(ProjectDir)/lib/UnityNamedPipe.dll 1.0.147 ```...

just add ```python del requests.cookies.RequestsCookieJar.set_cookie ``` if you want to use the cookie as you get from the request

I found some issues: firstly, if some gamepads have the same evdev name, hardcoding "evdev/0/{controller_name}" maps the GameCube virtual gamepad to the same real gamepad; also, the idea is nice...

> Can you show me the example with the correct indexes? I agree if you had 2 of the same evdev name it probably would fail and it'd be nice...

> forgive my ignorance on GitHub, are you able to add your own commit or suggested changes please? > > I'd find it easier taking a look at the code...

> How do you go about installing this? I'd like to give it a try on my build of Dolphin. At the moment you could try putting the `configscripts/dolphin.sh` in...

> So I've been messing around with the automapping and controller detecting script, I've now been able to get it to work pretty successfully, and I've tested it with a...

Actually the solution is quite simple, since you just need to run the sanitise filename snippet when selecting the profile. But how can we get the exact name of the...

> > > Can you show me the example with the correct indexes? I agree if you had 2 of the same evdev name it probably would fail and it'd...