Merge pull request #6119 from garbear/libretro-api

Add missing {, |, } and ~ to the libretro API
This commit is contained in:
Twinaphex 2018-01-16 01:37:02 +01:00 committed by GitHub
commit 5d64adf1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -375,6 +375,10 @@ enum retro_key
RETROK_x = 120,
RETROK_y = 121,
RETROK_z = 122,
RETROK_LEFTBRACE = 123,
RETROK_BAR = 124,
RETROK_RIGHTBRACE = 125,
RETROK_TILDE = 126,
RETROK_DELETE = 127,
RETROK_KP0 = 256,