mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
Preliminatory support for a fullscreen toggle for SDL platforms.
Does not seem to work on Mac.
This commit is contained in:
@@ -611,6 +611,9 @@ const KeyMap_IntStrPair psp_button_names[] = {
|
||||
#endif
|
||||
{VIRTKEY_SAVE_STATE, "Save State"},
|
||||
{VIRTKEY_LOAD_STATE, "Load State"},
|
||||
#if !defined(_WIN32) && !defined(USING_GLES2)
|
||||
{VIRTKEY_TOGGLE_FULLSCREEN, "Toggle Fullscreen"},
|
||||
#endif
|
||||
|
||||
{VIRTKEY_AXIS_RIGHT_Y_MAX, "RightAn.Up"},
|
||||
{VIRTKEY_AXIS_RIGHT_Y_MIN, "RightAn.Down"},
|
||||
|
||||
Reference in New Issue
Block a user