X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plat.h;fp=plat.h;h=ab9b3e7c88b93e14bd3c513542f643cf2ea9fc59;hb=e81b987fc1e567f92298087e32e5d9f01fce0aa7;hp=51be3462544345cd9869d8d361c86b98ec4221c9;hpb=b98018548fb60e1ed7d417dae0e54864a9d2d272;p=libpicofe.git diff --git a/plat.h b/plat.h index 51be346..ab9b3e7 100644 --- a/plat.h +++ b/plat.h @@ -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;