blob: a9c4413e99d55b19284657de56eebde9aa75df3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef UI_FEATURES_H
#define UI_FEATURES_H
#define MENU_BIOS_PATH "pcsx_rearmed/bios/"
#define MENU_SHOW_VARSCALER 0
#define MENU_SHOW_VOUTMODE 0
#define MENU_SHOW_SCALER2 1
#define MENU_SHOW_NUBS_BTNS 0
#define MENU_SHOW_VIBRATION 1
#define MENU_SHOW_DEADZONE 1
#define MENU_SHOW_MINIMIZE 0
#define MENU_SHOW_FULLSCREEN 0
#define MENU_SHOW_VOLUME 1
#endif // UI_FEATURES_H
|