Leandro Nini

Results 149 comments of Leandro Nini

As a workaround I've added the following before installing Qt: ``` - name: install_qt_deps run: sudo apt-get install libgstreamer-plugins-base1.0-dev ```

Can't say, I've switched to cmake since and it doesn't use the pkg-config files so it's not an issue anymore for me. You might grep the *.pc files for "/home/qt/work/install"...

[Migration guide](https://github.com/libsdl-org/SDL/blob/main/docs/README-migration.md)

Can't get it to work, what is the correct usage? Also the help text is wrong.

Thanks, will have a look, as time permits.

Ok, now it works, but it's similar to the `--level` option, except that it takes you directly to the game. Could this be changed into something like a `skipmenu` option...

> I don't really like how it is implemented and it isn't really good code but i wanted to show how my idea of how to fix it. Better mark...

I cannot test personally as I don't own the controller, but will report back as soon as I have some news. Thanks!

Haven't got any feedback yet. @Silicomancer any chance you could check?

is it ok if we put it into the gamecontrollerdb and load it with `SDL_GameControllerAddMappingsFromFile`? We've tried with the following line with no luck: `03000000852100000201000010010000,Final Fantasy XIV,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,` I see the...