sh2 drc comments and missing pandora file
authornotaz <notasas@gmail.com>
Thu, 7 Jan 2010 20:16:22 +0000 (20:16 +0000)
committernotaz <notasas@gmail.com>
Thu, 7 Jan 2010 20:16:22 +0000 (20:16 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@854 be3aeb3a-fb24-0410-a615-afba39da0efa

pandora/menu.c [new file with mode: 0644]

diff --git a/pandora/menu.c b/pandora/menu.c
new file mode 100644 (file)
index 0000000..fa33f3d
--- /dev/null
@@ -0,0 +1,9 @@
+#define MENU_OPTIONS_GFX \
+       mee_onoff     ("Vsync",                    MA_OPT2_VSYNC,         currentConfig.EmuOpt, EOPT_VSYNC),
+
+#define MENU_OPTIONS_ADV \
+       mee_onoff     ("SVP dynarec",              MA_OPT2_SVP_DYNAREC,   PicoOpt, POPT_EN_SVP_DRC), \
+       mee_onoff     ("Status line in main menu", MA_OPT2_STATUS_LINE,   currentConfig.EmuOpt, EOPT_SHOW_RTC),
+
+#define menu_main_plat_draw NULL
+#define mgn_opt_renderer NULL