some debug code improvements
[pcsx_rearmed.git] / frontend / plat_dummy.c
CommitLineData
ccf51908 1/*
2 * (C) notaz, 2010
3 *
4 * This work is licensed under the terms of the GNU GPLv2 or later.
5 * See the COPYING file in the top-level directory.
6 */
7
8#include "common/input.h"
9#include "linux/fbdev.h"
10
11struct vout_fbdev *layer_fb;
3c70c47b 12int g_layer_x, g_layer_y, g_layer_w, g_layer_h;
ccf51908 13struct in_default_bind in_evdev_defbinds[] = {
14 { 0, 0, 0 },
15};
16
17int omap_enable_layer(int enabled)
18{
19 return 0;
20}
21
ccf51908 22void plat_video_menu_begin(void)
23{
24}
25
26void plat_video_menu_end(void)
27{
28}
29
30void plat_init(void)
31{
32}
33
bd6267e6 34void plat_finish(void)
35{
36}