Tatsh

Results 253 comments of Tatsh

Video is playing too ahead of the sound is the main issue. If there was a way to delay the video that would be amazing. I reset all settings and...

Tested 1.7.5835 and it's the same. Using defaults besides upping graphics quality. Software mode also acts the same. I also tried without Bluetooth and this definitely brings the timing closer...

As the maintainer of [dbeaver-creds](https://github.com/Tatsh/dbeaver-creds) I am hoping for this change. The current method without a master password is very insecure and there is no hard requirement that storing passwords...

Also confirming it is definitely [af5d68f8892f8ee8f137648b79ceb2abc153a19b](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=af5d68f8892f8ee8f137648b79ceb2abc153a19b) after bisecting myself.

There is a [kernel patch](https://lore.kernel.org/io-uring/[email protected]/) for those interested. Otherwise this will probably be fixed in 6.9.2.

On Gentoo we do not accept pre-built wheels. We always construct wheels ourselves and for that we need a source tarball. And by default we expect to find the source...

Can you paste your `yabause.ini` file? I would like to figure out what the values are supposed to be.

For any given key press value when using SDL, the SDL joystick ID is shifted 18 bits to the left so the joystick ID for `1048577` is `(1048577 >> 18)`...

Button numbers: ``` 0 = up 1 = right 2 = down 3 = left 4 = right trigger 5 = left trigger 6 = start 7 = A 8...

The buttons are not based on that syntax. They are custom for this project as I pointed out in the link. You have a joystick at index 1 so you...