bunnei
|
ad45963b45
|
Merge pull request #7575 from lioncash/input
input_engine: Minor object churn cleanup
|
2021-12-13 16:50:54 -08:00 |
|
Lioncash
|
db9320e754
|
tas_input: Remove unnecessary includes
Gets rid of indirect includes and includes only what the interface
needs.
|
2021-12-13 11:45:18 -05:00 |
|
Lioncash
|
6be730bdcd
|
tas_input: Use u8string_view instead of u8string
Same behavior, but without the potential for extra allocations.
|
2021-12-13 10:54:43 -05:00 |
|
Lioncash
|
d52ad96ce3
|
tas_input: Amend -Wdocumentation warnings
Parameters shouldn't have the colon by their name.
|
2021-12-13 10:49:11 -05:00 |
|
Lioncash
|
c126b0718c
|
tas_input: Make TasAxes enum an enum class
Prevents these values from potentially clashing with anything in other
headers.
|
2021-12-13 10:41:32 -05:00 |
|
Lioncash
|
2b92d22bda
|
input_engine: std::move engine name where applicable
We can allow the name to be moved into, allowing allocations to be
avoided.
|
2021-12-13 09:05:50 -05:00 |
|
german77
|
42949738f2
|
kraken: Address comments from review
Fix compiler bug
|
2021-11-24 20:30:28 -06:00 |
|
german77
|
157e0b85fd
|
core/hid: Prevent Emulated controller from flapping with multiple inputs devices
|
2021-11-24 20:30:27 -06:00 |
|
german77
|
730f078302
|
settings: Fix Debug controller type options
|
2021-11-24 20:30:26 -06:00 |
|
german77
|
61d9eb9f69
|
input_common: Revert deleted TAS functions
|
2021-11-24 20:30:26 -06:00 |
|
german77
|
395e9a449d
|
input_common: Rewrite gc_adapter
|
2021-11-24 20:30:22 -06:00 |
|