mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
Configuration: Add per-game input profiles
This commit is contained in:
parent
f2cd2e82ae
commit
19ca666e9f
11 changed files with 465 additions and 14 deletions
|
@ -391,6 +391,7 @@ struct PlayerInput {
|
|||
u32 body_color_right;
|
||||
u32 button_color_left;
|
||||
u32 button_color_right;
|
||||
std::string profile_name;
|
||||
};
|
||||
|
||||
struct TouchscreenInput {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue