Merge yuzu-emu#13034

This commit is contained in:
yuzubot
2024-02-17 18:15:06 +00:00
parent 22d6bc2691
commit 91a553fa57
101 changed files with 5999 additions and 1202 deletions

View File

@ -395,6 +395,10 @@ struct PlayerInput {
u32 button_color_left;
u32 button_color_right;
std::string profile_name;
// This is meant to tell the Android frontend whether to use a device's built-in vibration
// motor or a controller's vibrations.
bool use_system_vibrator;
};
struct TouchscreenInput {