aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_dummy.c
diff options
context:
space:
mode:
authornotaz2010-12-10 13:54:59 +0200
committernotaz2010-12-14 15:25:05 +0200
commitccf51908872ddeb811b1245e6751600b860d90b5 (patch)
tree75a1c81c1ff1878ad12bcbf4a54eba3de3ab57ea /frontend/plat_dummy.c
parent4b421010647aba998fe2ebfc7d6f226623d47954 (diff)
downloadpcsx_rearmed-ccf51908872ddeb811b1245e6751600b860d90b5.tar.gz
pcsx_rearmed-ccf51908872ddeb811b1245e6751600b860d90b5.tar.bz2
pcsx_rearmed-ccf51908872ddeb811b1245e6751600b860d90b5.zip
fix x86 build, minor refactoring
Diffstat (limited to 'frontend/plat_dummy.c')
-rw-r--r--frontend/plat_dummy.c36
1 files changed, 36 insertions, 0 deletions
diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c
new file mode 100644
index 0000000..b209f4f
--- /dev/null
+++ b/frontend/plat_dummy.c
@@ -0,0 +1,36 @@
+/*
+ * (C) notaz, 2010
+ *
+ * This work is licensed under the terms of the GNU GPLv2 or later.
+ * See the COPYING file in the top-level directory.
+ */
+
+#include "common/input.h"
+#include "linux/fbdev.h"
+
+struct vout_fbdev *layer_fb;
+struct in_default_bind in_evdev_defbinds[] = {
+ { 0, 0, 0 },
+};
+
+int omap_enable_layer(int enabled)
+{
+ return 0;
+}
+
+void plat_video_menu_enter(int is_rom_loaded)
+{
+}
+
+void plat_video_menu_begin(void)
+{
+}
+
+void plat_video_menu_end(void)
+{
+}
+
+void plat_init(void)
+{
+}
+