early-access version 2983
This commit is contained in:
parent
f9f793960f
commit
b15c3e6156
@ -1,7 +1,7 @@
|
|||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 2981.
|
This is the source code for early-access 2983.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ void EmulatedController::ReloadFromSettings() {
|
|||||||
.body = GetNpadColor(player.body_color_left),
|
.body = GetNpadColor(player.body_color_left),
|
||||||
.button = GetNpadColor(player.button_color_left),
|
.button = GetNpadColor(player.button_color_left),
|
||||||
};
|
};
|
||||||
controller.colors_state.left = {
|
controller.colors_state.right = {
|
||||||
.body = GetNpadColor(player.body_color_right),
|
.body = GetNpadColor(player.body_color_right),
|
||||||
.button = GetNpadColor(player.button_color_right),
|
.button = GetNpadColor(player.button_color_right),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user