mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 16:17:58 -05:00
Stub set and get NpadCommunicationMode
This commit is contained in:
@ -146,6 +146,8 @@ private:
|
||||
void ResetSevenSixAxisSensorTimestamp(Kernel::HLERequestContext& ctx);
|
||||
void SetIsPalmaAllConnectable(Kernel::HLERequestContext& ctx);
|
||||
void SetPalmaBoostMode(Kernel::HLERequestContext& ctx);
|
||||
void SetNpadCommunicationMode(Kernel::HLERequestContext& ctx);
|
||||
void GetNpadCommunicationMode(Kernel::HLERequestContext& ctx);
|
||||
|
||||
enum class VibrationDeviceType : u32 {
|
||||
LinearResonantActuator = 1,
|
||||
|
Reference in New Issue
Block a user