Screwtapello

Results 285 comments of Screwtapello

The `*-event-joystick` and `*-joystick` symlinks aren't separate gamepads, they're the same gamepad but present data in different ways: the `*-event-joystick` device uses the modern event API (used for keyboards, mice,...

I suspect something is saying "hey, there's a USB joystick connected via 'pci-0000:00:14.0-usb-0:3.4.3:1.0', I'll make a symlink for it" and symlinking to js0, then saying "hey, there's another USB joystick...

Can you please: - unplug your SNES-to-USB adapter - open a new terminal, and run the command: `udevadm monitor --udev --property --subsystem-match=input` - plug in your SNES-to-USB adapter - copy/paste...

Here's the difference between the two event devices: ```diff --- event15.txt 2021-02-24 11:05:16.299895190 +1100 +++ event16.txt 2021-02-24 11:05:28.152417953 +1100 @@ -1,10 +1,10 @@ -UDEV [211764.391804] add /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4.3/1-3.4.3:1.0/0003:0E8F:3013.000F/input/input43/event15 (input) +UDEV [211764.358904]...

An unusual entry we shouldn't forget: on Windows, `console=true` will cause the app to be built as a console app, so it will automatically open a console window at startup...

Is the emulation running at a solid 60 fps, according to the frame-rate counter in the bottom-right of the higan window?

Yep, if you're not getting steady 60fps, that would cause choppy sound. higan's GBA emulation is known to be not as efficient as it could be. You might have better...

> I only just realized you did a filter-branch to preserve the history... Actually, `git subtree split` extracts all the commits that affect a particular directory tree into their own...

No, libco is [still there](https://github.com/higan-emu/higan/tree/dd7a2baa4a3492ed9820ac3fbde34b0f094ba188/libco), it's just that now the commit history [contains tags](https://github.com/higan-emu/higan/commit/dd7a2baa4a3492ed9820ac3fbde34b0f094ba188) (all those "git-subtree" bits) that allow it to be automatically sync'd with the external repository.

I've also split out a separate repo for nall, although I haven't yet spliced it into higan or bsnes: https://github.com/higan-emu/nall/