X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plat.h;h=ab9b3e7c88b93e14bd3c513542f643cf2ea9fc59;hb=20b143089cc395dbcd51cac516a9e36f4ab6f5ac;hp=51be3462544345cd9869d8d361c86b98ec4221c9;hpb=e22d791cf862a5156a05bc4c55f0a90200ec22e6;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;