diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-10-20 20:23:25 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-10-20 20:23:25 +0200 |
commit | ff82f3894a373cc636ce79f3fdd7b7b0af7da852 (patch) | |
tree | 7aeea49ba16d7b085dbd3e5537a16414231b9cdf /src/input_common/settings.h | |
parent | Merge pull request #4788 from ReinUsesLisp/lockfree-host-thread (diff) | |
download | yuzu-ff82f3894a373cc636ce79f3fdd7b7b0af7da852.tar yuzu-ff82f3894a373cc636ce79f3fdd7b7b0af7da852.tar.gz yuzu-ff82f3894a373cc636ce79f3fdd7b7b0af7da852.tar.bz2 yuzu-ff82f3894a373cc636ce79f3fdd7b7b0af7da852.tar.lz yuzu-ff82f3894a373cc636ce79f3fdd7b7b0af7da852.tar.xz yuzu-ff82f3894a373cc636ce79f3fdd7b7b0af7da852.tar.zst yuzu-ff82f3894a373cc636ce79f3fdd7b7b0af7da852.zip |
Diffstat (limited to '')
-rw-r--r-- | src/input_common/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_common/settings.h b/src/input_common/settings.h index ab0b95cf1..f52d28540 100644 --- a/src/input_common/settings.h +++ b/src/input_common/settings.h @@ -331,8 +331,6 @@ struct PlayerInput { ButtonsRaw buttons; AnalogsRaw analogs; MotionRaw motions; - std::string lstick_mod; - std::string rstick_mod; u32 body_color_left; u32 body_color_right; |