X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plat.h;h=ab9b3e7c88b93e14bd3c513542f643cf2ea9fc59;hb=20b143089cc395dbcd51cac516a9e36f4ab6f5ac;hp=139ea4711883326919c8576cd6768ea34e8d4876;hpb=a1b30e1a4a93f8104a1119e4387fa83ba777c712;p=libpicofe.git diff --git a/plat.h b/plat.h index 139ea47..ab9b3e7 100644 --- a/plat.h +++ b/plat.h @@ -1,6 +1,8 @@ #ifndef LIBPICOFE_PLAT_H #define LIBPICOFE_PLAT_H +#include + #ifdef __cplusplus extern "C" { #endif @@ -14,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;