early-access version 2983
This commit is contained in:
parent
f9f793960f
commit
b15c3e6156
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue