From 4ea7de6a1495abfbc49c54fd2a90e902fdfa13d9 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 29 Apr 2012 19:18:49 +0300 Subject: gpu plugins: always support 16bpp blit use this for generic sdl and maemo --- frontend/plugin_lib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/plugin_lib.h') diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 8645385..bcf74ac 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -57,6 +57,7 @@ struct rearmed_cbs { unsigned int *gpu_hcnt; unsigned int flip_cnt; // increment manually if not using pl_vout_flip unsigned int screen_w, screen_h; // gles plugin wants this + unsigned int only_16bpp; // platform is 16bpp-only struct { int allow_interlace; // 0 off, 1 on, 2 guess } gpu_neon; -- cgit v1.2.3