aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu_trimui.h
diff options
context:
space:
mode:
authorneonloop2021-03-14 00:03:40 +0000
committerneonloop2021-03-14 00:03:40 +0000
commitfbac0d5692c5343dd163ba289f80d167dd8582c7 (patch)
tree8a41da36bf49881c35118cdd7e88812ea47d3b47 /frontend/menu_trimui.h
parente3e1b865f7c06f57918b97f7293b5b2959fb7b7d (diff)
downloadpcsx_rearmed-fbac0d5692c5343dd163ba289f80d167dd8582c7.tar.gz
pcsx_rearmed-fbac0d5692c5343dd163ba289f80d167dd8582c7.tar.bz2
pcsx_rearmed-fbac0d5692c5343dd163ba289f80d167dd8582c7.zip
Initial trimui s support
Diffstat (limited to 'frontend/menu_trimui.h')
-rw-r--r--frontend/menu_trimui.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/frontend/menu_trimui.h b/frontend/menu_trimui.h
new file mode 100644
index 0000000..6fa0fdc
--- /dev/null
+++ b/frontend/menu_trimui.h
@@ -0,0 +1,31 @@
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+#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 0
+#define MENU_SHOW_NUBS_BTNS 0
+#define MENU_SHOW_VIBRATION 0
+#define MENU_SHOW_DEADZONE 0
+#define MENU_SHOW_MINIMIZE 0
+#define MENU_SHOW_FULLSCREEN 1
+#define MENU_SHOW_VOLUME 0
+#define MENU_SHOW_DISPLAY 0
+
+#endif