diff options
author | Zwip-Zwap Zapony <ZwipZwapZapony@users.noreply.github.com> | 2022-10-01 18:18:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 18:18:08 +0200 |
commit | 31e3437a2fd4dc4efdae4401bbc57a1a6929dd16 (patch) | |
tree | c68cccff85da678ca0b91ab0b15b551a73c8c4cf /src | |
parent | Merge pull request #9004 from zhaobot/tx-update-20221001041028 (diff) | |
download | yuzu-31e3437a2fd4dc4efdae4401bbc57a1a6929dd16.tar yuzu-31e3437a2fd4dc4efdae4401bbc57a1a6929dd16.tar.gz yuzu-31e3437a2fd4dc4efdae4401bbc57a1a6929dd16.tar.bz2 yuzu-31e3437a2fd4dc4efdae4401bbc57a1a6929dd16.tar.lz yuzu-31e3437a2fd4dc4efdae4401bbc57a1a6929dd16.tar.xz yuzu-31e3437a2fd4dc4efdae4401bbc57a1a6929dd16.tar.zst yuzu-31e3437a2fd4dc4efdae4401bbc57a1a6929dd16.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hid/emulated_controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/emulated_controller.cpp b/src/core/hid/emulated_controller.cpp index 01c43be93..2cff279b1 100644 --- a/src/core/hid/emulated_controller.cpp +++ b/src/core/hid/emulated_controller.cpp @@ -93,7 +93,7 @@ void EmulatedController::ReloadFromSettings() { .body = GetNpadColor(player.body_color_left), .button = GetNpadColor(player.button_color_left), }; - controller.colors_state.left = { + controller.colors_state.right = { .body = GetNpadColor(player.body_color_right), .button = GetNpadColor(player.button_color_right), }; |