Skip to content

Commit

Permalink
Made it so you can use either the menu button or power button to brin…
Browse files Browse the repository at this point in the history
…g up the menu on the PG2 instead of only the menu button.
  • Loading branch information
nl255 committed Jul 1, 2020
1 parent 627600e commit 1929c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ void ev_poll()
#ifdef DINGOO_OPENDINGUX
#ifdef GCWZERO
#ifdef PG2
} else if(event.key.keysym.sym==SDLK_RCTRL){
} else if(event.key.keysym.sym==SDLK_RCTRL|event.key.keysym.sym==SDLK_HOME){
#else
} else if(event.key.keysym.sym==SDLK_HOME){
#endif /*PG2*/
Expand Down

0 comments on commit 1929c61

Please sign in to comment.