SimonIT
SimonIT
https://www.syair.info/lyrics/modjo/lady/Ykx5VQ https://www.megalobiz.com/lrc/maker/Beyonc%C3%A9+-+Single+Ladies+%28Put+a+Ring+on+It%29.54733707 These are the lyrics where the exceptions happen
I think that's valid. I had this already multiple times. I handle this in https://github.com/doakey3/pylrc correct If you look here https://de.wikipedia.org/wiki/LRC_(Dateiformat)#Aufbau, it's also an example how to shorten lyrics with...
Hmmm, can't say if it actually works. I'm getting this error with my local build: `java: symbol lookup error: /tmp/libgdxroot/e7dd301d/libjamepadriscv64.so: undefined symbol: SDL_SetHint`
It seem to work 🎉  But somehow, my XBOX controller doesn't get recognized. Not even the LED lights up. I think that's a different problem
Merging before libgdx/libgdx#7275 is a bit pointless, I think. Otherwise, I read that someone is using this library outside of libgdx, so it could be handy without the mentioned PR
@antzGames have you had any chance to check if the fix works?
Hmm, libgdx is also using classpath for their shader. https://github.com/libgdx/libgdx/blob/ddc75209f30c3f6aa23d8888604663b09784320a/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/DefaultShader.java#L395-L407 Maybe it works if we add something like this: https://github.com/libgdx/libgdx/blob/ddc75209f30c3f6aa23d8888604663b09784320a/gdx/res/com/badlogic/gdx.gwt.xml#L527-L528
That's because of my PR #7243. The permission is needed to fetch the available output devices.
It can be optional with a flag, but we can't do it in the method itself (at least I don't know how), because the JS API is async and the...
Soooo... We can merge this and then revert #7444? Or is something else missing? As I understand it, 054b25b8ced6fa54ba0c8d959b6a08a8d54de9d9 should've fixed the problems this PR would've created