Home
last modified time | relevance | path

Searched refs:NpadStyleSet (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/hid/controllers/
H A Dnpad.h106 struct NpadStyleSet { struct
119 static_assert(sizeof(NpadStyleSet) == 4, "NpadStyleSet is an invalid size"); argument
145 void SetSupportedStyleSet(NpadStyleSet style_set);
146 NpadStyleSet GetSupportedStyleSet() const;
376 NpadStyleSet joy_styles;
420 NpadStyleSet style{};
H A Dnpad.cpp665 void Controller_NPad::SetSupportedStyleSet(NpadStyleSet style_set) { in SetSupportedStyleSet()
669 Controller_NPad::NpadStyleSet Controller_NPad::GetSupportedStyleSet() const { in GetSupportedStyleSet()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/am/applets/
H A Dcontroller.cpp28 HID::Controller_NPad::NpadStyleSet npad_style_set; in ConvertToFrontendParameters()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/configuration/
H A Dconfigure_input_player.cpp856 Controller_NPad::NpadStyleSet npad_style_set = {}) { in SetConnectableControllers()