early-access version 2192

This commit is contained in:
pineappleEA
2021-11-10 14:45:07 +01:00
parent d701e13d49
commit 7d72f511d3
13 changed files with 625 additions and 464 deletions

View File

@@ -81,7 +81,7 @@ struct ControllerMotion {
bool is_at_rest{};
};
enum DeviceIndex : u8 {
enum EmulatedDeviceIndex : u8 {
LeftIndex,
RightIndex,
DualIndex,
@@ -202,7 +202,7 @@ public:
void RestoreConfig();
/// Returns a vector of mapped devices from the mapped button and stick parameters
std::vector<Common::ParamPackage> GetMappedDevices(DeviceIndex device_index) const;
std::vector<Common::ParamPackage> GetMappedDevices(EmulatedDeviceIndex device_index) const;
// Returns the current mapped button device
Common::ParamPackage GetButtonParam(std::size_t index) const;