menu: add reset hotkey
[picodrive.git] / platform / pandora / plat.h
1
2 extern int g_layer_cx, g_layer_cy;
3 extern int g_layer_cw, g_layer_ch;
4
5 void pnd_menu_init(void);
6 int  pnd_setup_layer(int enabled, int x, int y, int w, int h);
7 void pnd_restore_layer_data(void);
8
9 enum {
10         SCALE_1x1,
11         SCALE_2x2_3x2,
12         SCALE_2x2_2x2,
13         SCALE_FULLSCREEN,
14         SCALE_CUSTOM,
15 };
16