Keith Bowes
Keith Bowes
Now that WLC seems to be EOL in favor of wlroots, are the changes to WLC since EWLC was forked going to be included in EWLC? EWLC seems to be...
It works fine in 0.9.8, but in 0.9.9, I get the following with `retroarch --verbose`: > retroarch: ../Utilities/IpsPatcher.cpp:130: static std::vector IpsPatcher::CreatePatch(std::vector, std::vector): Assertion `originalData.size() == newData.size()' failed. Using `git blame`,...
- [ ] XIM support. Using the Compose key doesn't work at all, but it does in other terminal emulators I have installed (gnome-terminal, kitty, konsole, urxvt, weston-terminal). Maybe it...
A while back, @icedman created PR #24, but never addressed the problems. If someone wants to pick this up and make it possible to merge, that would be great. The...
Hm. It's weird that it's not searching in the system directory instead of the current directory. It's also weird that it's searching for a palette when a pre-defined palette is...
I was noticing that you can now use --color/-D to set colors, which is so much nicer than the LESS_TERMCAP_ environment variables. However, there was something missing; with the environment...
For me at least, this changed from it from giving the message "ERROR: Default CA bundle was requested, but OfflineIMAP doesn't know any for your current operating system" to actually...
Input bitmasks were added to RetroArch a couple years ago as a more efficient way of determining which buttons are pressed. Instead of calling a function for each button, a...
Fixes #402 In that bug, it's mentioned that Debian has an $XDG_STATE_HOME extension for that purpose. Well, it's been added to [version 0.8 of the specification](https://specifications.freedesktop.org/basedir-spec/0.8/) (8 May 2021) with...
This mostly removes deprecated CSS properties, but it also fixes a syntax error. Resolves #39.