enable Wall warnings by default
[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
c5061935 22void plat_video_menu_enter(int is_rom_loaded)
23{
24}
25
ccf51908 26void plat_video_menu_begin(void)
27{
28}
29
30void plat_video_menu_end(void)
31{
32}
33
c5061935 34void plat_video_menu_leave(void)
35{
36}
37
ccf51908 38void plat_init(void)
39{
40}
41
bd6267e6 42void plat_finish(void)
43{
44}
e6eb2066 45
46void bgr555_to_rgb565(void *d, void *s, int len)
47{
48}
49
50void bgr888_to_rgb888(void *d, void *s, int len)
51{
52}
799b0b87 53
54void in_update_analogs(void)
55{
56}
ef94866c 57
58void pandora_rescan_inputs(void)
59{
60}