mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
settings: Screenshot button
This commit is contained in:
parent
c4d48f291a
commit
0392340d75
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ enum Values {
|
|||
SR,
|
||||
|
||||
Home,
|
||||
Screenshot,
|
||||
|
||||
NumButtons,
|
||||
};
|
||||
|
@ -81,6 +82,7 @@ static const std::array<const char*, NumButtons> mapping = {{
|
|||
"button_sl",
|
||||
"button_sr",
|
||||
"button_home",
|
||||
"button_screenshot",
|
||||
}};
|
||||
} // namespace NativeButton
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue