Stash "DONE"

# Conflicts:
#	src/citra_qt/bootmanager.cpp
#	src/citra_qt/configuration/configure_motion_touch.ui
#	src/citra_qt/main.cpp
#	src/common/settings.cpp
#	src/core/CMakeLists.txt
#	src/core/core.h
This commit is contained in:
FearlessTobi
2023-01-14 17:07:51 +01:00
committed by GPUCode
parent a24cac6308
commit b2e04bf8f3
37 changed files with 2508 additions and 344 deletions

View File

@ -195,8 +195,7 @@ bool MappingFactory::IsDriverValid(const MappingData& data) const {
return false;
}
// To prevent mapping with two devices we disable any UDP except motion
if (!Settings::values.enable_udp_controller && data.engine == "cemuhookudp" &&
data.type != EngineInputType::Motion) {
if (data.engine == "cemuhookudp" && data.type != EngineInputType::Motion) {
return false;
}
// The following drivers don't need to be mapped