mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-24 07:44:46 +02:00
Merge pull request #12177 from unknownbrackets/ui-fullscreen
UI: Allow custom button to toggle fullscreen
This commit is contained in:
+1
-1
@@ -659,7 +659,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user