There was an error fetching the commit references. Please try again later.
Qt6: Disable IR Sensor when compiling with Qt6
Gating the IR Sensor code behind a macro like so `#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA` The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit Also the locale fix in src/yuzu/main.cpp is now gated against Qt6, as it causes compilation error
Showing
- src/yuzu/bootmanager.cpp 8 additions, 0 deletionssrc/yuzu/bootmanager.cpp
- src/yuzu/bootmanager.h 2 additions, 0 deletionssrc/yuzu/bootmanager.h
- src/yuzu/configuration/configure_camera.cpp 7 additions, 0 deletionssrc/yuzu/configuration/configure_camera.cpp
- src/yuzu/configuration/configure_camera.h 2 additions, 0 deletionssrc/yuzu/configuration/configure_camera.h
- src/yuzu/configuration/configure_input_advanced.cpp 4 additions, 0 deletionssrc/yuzu/configuration/configure_input_advanced.cpp
- src/yuzu/main.cpp 2 additions, 0 deletionssrc/yuzu/main.cpp
Loading
Please register or sign in to comment