From b15c3e61563b693f95910c91d302d871b38a9b00 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Sun, 2 Oct 2022 00:43:40 +0200 Subject: [PATCH] early-access version 2983 --- README.md | 2 +- src/core/hid/emulated_controller.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c4e5c36e..0765e6416 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2981. +This is the source code for early-access 2983. ## Legal Notice diff --git a/src/core/hid/emulated_controller.cpp b/src/core/hid/emulated_controller.cpp index 142c39003..e27d84734 100755 --- 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), };