mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-10 07:36:28 +00:00
android: Play vibrations asynchronously
This commit is contained in:
@@ -46,6 +46,11 @@ enum class EngineInputType {
|
||||
Nfc,
|
||||
};
|
||||
|
||||
struct VibrationRequest {
|
||||
PadIdentifier identifier;
|
||||
Common::Input::VibrationStatus vibration;
|
||||
};
|
||||
|
||||
namespace std {
|
||||
// Hash used to create lists from PadIdentifier data
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user