rg99 support

This commit is contained in:
sndream 2023-01-01 23:58:58 +08:00 committed by irixxxx
parent 95788d2ff2
commit 9ec3b5ac0e
4 changed files with 25 additions and 3 deletions

View file

@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Name=Picodrive
Comment=A megadrive/genesis emulator
Exec=PicoDrive %f
Icon=megadrive
Terminal=false
Categories=emulators;
MimeType=.md;.smd;.gen;.bin;.sms;.gg;.sg;.cue;.chd;.cso;.iso;.32x;.pco;.zip

View file

@ -78,7 +78,7 @@ const char * const _in_sdl_key_names[SDLK_LAST] = {
[SDLK_RETURN] = "START",
[SDLK_ESCAPE] = "SELECT",
#if defined(__RG350__) || defined(__OPENDINGUX__)
#if defined(__RG350__) || defined(__OPENDINGUX__) || defined(__RG99__)
[SDLK_HOME] = "POWER",
[SDLK_TAB] = "L1",