Skip to content

Commit

Permalink
[Vita] fix unlocking PS Button on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Jan 17, 2019
1 parent 00e8d98 commit 9efa0d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gp2x/menu/menu_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ typedef struct private_hwdata {
#include <switch.h>
#endif

#if defined(__PSP2__) // NOT __SWITCH__
//Allow locking PS Button
#include <psp2/shellutil.h>
#endif

extern int screenWidth;
extern int mainMenu_case;

Expand Down

0 comments on commit 9efa0d6

Please sign in to comment.