diff options
| -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),      }; | 
