-
### What happens?
The SDL ppsspp frontend fails to start from an unused tty when using the SDL2 KMS/DRM video driver. I do know this works with some other SDL2 programs so it should be able to work…
orbea updated
3 years ago
-
Currently, quickfix/loclist window will convert matched text into a:
filename |line number| message
filename |line number| message
filename |line number| message
form, it is good f…
-
When compiling C++ code with `clang++` on Windows, the `tellg()` function returns -1 when attempting to get the size of a large file (around 6GB). However, when compiling the same code with `MSVC` or…
-
I was able to make ld64.lld 20% (!) faster by tweaking how it computes SHA256.
1. The current SHA256 API requires putting the 32-byte result on the stack and the memcpy()ing it to the right place. …
-
Linking with `tonioviz` from another CMake project currently also requires `find_package`ing all of its other dependencies.
Seems like this is an issue with `tonioviz`'s CMake package config, but I…
-
**Is your feature request related to a problem? Please describe.**
Since "FPS Adjust" causes audio problems because of the lack of proper audio samplerate adaptation, I am trying the other way around…
-
### Explain what you would like to see improved
Consider the following source directory:
```cpp
// TwoInts.hpp
#pragma once
class TwoInts {
int _a;
int _b;
public:
TwoInts(…
-
Windows 10 has been exposing APIs via [Windows Runtime (WinRT) APIs](https://learn.microsoft.com/en-us/uwp/api/?view=winrt-22621). These APIs can also be used on Desktop, not just for Windows Store f…
-
Hi, it would be nice to change/ or have the choice to change the icon in the tray to a symbolic one, to fit to the "tray-style" of Linux.
I start Linphone as a start program and send it to tray with …
-
Hi,
A snapshot of lightspark taken a few days ago fails to build on ppc64le. The snapshot has code up to 2017-01-07 (commit 308241e). I haven't tried to take a newer snapshot, nothing in the recent c…