diff options
| author | 2021-10-31 10:41:44 -0500 | |
|---|---|---|
| committer | 2021-11-24 20:30:26 -0600 | |
| commit | 730f07830247cfcdc551c253d30c6717fc16316c (patch) | |
| tree | 9a0d7dbee51ad20e4a174c1be08816289a586d6a /src/input_common/drivers/tas_input.h | |
| parent | kraken: Address comments from review (diff) | |
| download | yuzu-730f07830247cfcdc551c253d30c6717fc16316c.tar.gz yuzu-730f07830247cfcdc551c253d30c6717fc16316c.tar.xz yuzu-730f07830247cfcdc551c253d30c6717fc16316c.zip | |
settings: Fix Debug controller type options
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/drivers/tas_input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/drivers/tas_input.h b/src/input_common/drivers/tas_input.h index 5f5c3267c..82dc9d616 100644 --- a/src/input_common/drivers/tas_input.h +++ b/src/input_common/drivers/tas_input.h | |||
| @@ -188,7 +188,6 @@ private: | |||
| 188 | std::string WriteCommandAxis(TasAnalog data) const; | 188 | std::string WriteCommandAxis(TasAnalog data) const; |
| 189 | 189 | ||
| 190 | size_t script_length{0}; | 190 | size_t script_length{0}; |
| 191 | bool is_old_input_saved{false}; | ||
| 192 | bool is_recording{false}; | 191 | bool is_recording{false}; |
| 193 | bool is_running{false}; | 192 | bool is_running{false}; |
| 194 | bool needs_reset{false}; | 193 | bool needs_reset{false}; |