add some sdl code from rearmed

This commit is contained in:
notaz 2012-12-21 00:19:34 +02:00
parent b98018548f
commit e81b987fc1
4 changed files with 269 additions and 2 deletions

6
plat.h
View file

@ -16,7 +16,11 @@ struct plat_target {
int (*lcdrate_set)(int is_pal);
int (*gamma_set)(int val, int black_level);
int (*step_volume)(int is_up);
char **hwfilters;
const char **vout_methods;
int vout_method;
int vout_fullscreen;
const char **hwfilters;
int hwfilter;
};
extern struct plat_target plat_target;