Maximilian Downey Twiss
Maximilian Downey Twiss
This is part of a larger project of mine aiming to bring cpp-optparse to several package managers. I have tried to recreate the Makefile as accurately as possible, and have...
I'm splitting these changes into a new PR because I don't want the old one to get too bloated. This PR will be working on the EXI baseboard connection, and...
Right now, this is moreso laying the groundwork, but I'm submitting it so my branch wont get out of date and to test for regressions early. The readme is unedited...
Now that all builds are on C++20 a couple of new deprecation warnings are generated. The `QKeySequence` warning is an upstream issue, in the way that you are intended to...
This removes an unnecessary definition, improves clarity and is functionally identical to before.
OpenSLES code is only compiled on android, but instead of checking via CMake we search for OpenSLES on all platforms, and then compile that code if we find it. Just...
These changes were originally going to be part of a series of changes that let dolphin build on ChromeOS, but then it...built. Anyways, these should make the cmake build steps...
With the dropping of support for Windows versions lower than 10, we should also update the .manifest files to reflect this. https://docs.microsoft.com/en-us/windows/win32/sbscs/application-manifests#supportedos
I'm working on a project written using C++20 modules, but I have to use global module fragments in order to `#include "SDL.h"`. Being able to simply use `import SDL;` would...