Connor McLaughlin
Connor McLaughlin
I wonder if a general "open case insensitive" routine would be better. i.e. if the open fails, read the directory, and look for any matches without case sensitivity. Because otherwise...
If you somehow had multiple variants of extension case, I think you probably have greater problems :)
It's not implemented. There's no "standard" way of doing so on Linux, and Qt doesn't provide one. Xorg is messy (you need to shell out to a separate command and...
Is it GNOME-only? Not really much use if it is. You'd also have to change the CI build scripts to enable QDbus (and include the required libraries), since we don't...
Nagging for it and saying how things like how many people are waiting isn't going to make it happen any faster. The USB subsystem is a complete mess and needs...
If it's doing a GS download, the dumps won't help much, since the bad re-upload will get baked in. I guess you could watch for the RB stat in the...
We would also have to know *how* the EE rounds for several instructions, even for softfloat, which is currently unknown. AFAIK add/sub is fairly accurate, but mul/div/etc are still unknown.
I think the CI is missing some dev packages which are needed to enable the other cubeb drivers. Looking into this and adding a driver dropdown is on my todo...
This smells like locale issues, since the comma.... What does `export | grep LANG` give you?
Does running PCSX2 with `LC_ALL=en_US.UTF-8 /path/to/appimage` change anything?