UI: Allow custom button to toggle fullscreen.
Some people may prefer F or a gamepad/joystick button.
This commit is contained in:
parent
27608349ee
commit
65b16c7edc
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ const KeyMap_IntStrPair psp_button_names[] = {
|
|||
{VIRTKEY_SAVE_STATE, "Save State"},
|
||||
{VIRTKEY_LOAD_STATE, "Load State"},
|
||||
{VIRTKEY_NEXT_SLOT, "Next Slot"},
|
||||
#if !defined(_WIN32) && !defined(MOBILE_DEVICE)
|
||||
#if !defined(MOBILE_DEVICE)
|
||||
{VIRTKEY_TOGGLE_FULLSCREEN, "Toggle Fullscreen"},
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue