mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 03:55:46 +00:00
configuration: Migrate controller settings to emulated controller
This commit is contained in:
parent
c3ff0a8ac0
commit
af55dd1935
12 changed files with 140 additions and 126 deletions
|
@ -104,8 +104,8 @@ void PlayerControlPreview::UpdateColors() {
|
|||
colors.left = colors.primary;
|
||||
colors.right = colors.primary;
|
||||
// Possible alternative to set colors from settings
|
||||
// colors.left = QColor(Settings::values.players.GetValue()[player_index].body_color_left);
|
||||
// colors.right = QColor(Settings::values.players.GetValue()[player_index].body_color_right);
|
||||
// colors.left = QColor(controller->GetColors().left.body);
|
||||
// colors.right = QColor(controller->GetColors().right.body);
|
||||
}
|
||||
|
||||
void PlayerControlPreview::ResetInputs() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue