mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-25 19:03:51 +00:00
In certain cases, the platform can be "wayland-egl", "wayland-xcomposite", and other values for which I haven't found a full list yet. Instead of matching only "wayland", we now look for "wayland" anywhere in the `QT_QPA_PLATFORM` string in a case-insensitive manner. Acknowledgements: `CaseInsensitiveContains`' implementation was heavily inspired by GNU's non-standard glibc `strcasestr` function, which can be found here licensed under GPLv2 or later: https://ftp.gnu.org/gnu/libc/ |
||
|---|---|---|
| .. | ||
| Crypto | ||
| Arm64EmitterTest.cpp | ||
| AssemblerTest.cpp | ||
| BitFieldTest.cpp | ||
| BitSetTest.cpp | ||
| BitUtilsTest.cpp | ||
| BlockingLoopTest.cpp | ||
| BusyLoopTest.cpp | ||
| CMakeLists.txt | ||
| CommonFuncsTest.cpp | ||
| EnumFormatterTest.cpp | ||
| EventTest.cpp | ||
| FileUtilTest.cpp | ||
| FixedSizeQueueTest.cpp | ||
| FlagTest.cpp | ||
| FloatUtilsTest.cpp | ||
| MathUtilTest.cpp | ||
| NandPathsTest.cpp | ||
| SettingsHandlerTest.cpp | ||
| SPSCQueueTest.cpp | ||
| StringUtilTest.cpp | ||
| SwapTest.cpp | ||
| WorkQueueThreadTest.cpp | ||
| x64EmitterTest.cpp | ||