frontend: update libpicofe, fix missed callbacks
[pcsx_rearmed.git] / frontend / pandora / ui_feat.h
CommitLineData
a1b44e36 1#ifndef UI_FEATURES_H
2#define UI_FEATURES_H
3
4#define MENU_BIOS_PATH "<SD card>/pandora/appdata/pcsx_rearmed/bios/"
5#define BOOT_MSG "Booting up... (press SPACE for menu)"
6#define MENU_SHOW_VARSCALER 1
81023939 7#define MENU_SHOW_VARSCALER_C 1
5b9aa749 8#define MENU_SHOW_VOUTMODE 0
a1b44e36 9#define MENU_SHOW_SCALER2 0
10#define MENU_SHOW_NUBS_BTNS 1
11#define MENU_SHOW_VIBRATION 0
12#define MENU_SHOW_DEADZONE 0
13#define MENU_SHOW_MINIMIZE 1
a8376201 14#define MENU_SHOW_FULLSCREEN 0
a1b44e36 15#define MENU_SHOW_VOLUME 0
16
17#endif // UI_FEATURES_H