From e60da1599d018abcd8256f7a7259678b601d306d Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 2 Mar 2012 23:12:52 +0200 Subject: frontend: save gpu-gles settings too --- frontend/menu.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'frontend/menu.c') diff --git a/frontend/menu.c b/frontend/menu.c index 2cfcc6e..27ba825 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -295,6 +295,16 @@ static const struct { CE_INTVAL_P(gpu_unai.no_light), CE_INTVAL_P(gpu_unai.no_blend), CE_INTVAL_P(gpu_neon.allow_interlace), + CE_INTVAL_P(gpu_peopsgl.bDrawDither), + CE_INTVAL_P(gpu_peopsgl.iFilterType), + CE_INTVAL_P(gpu_peopsgl.iFrameTexType), + CE_INTVAL_P(gpu_peopsgl.iUseMask), + CE_INTVAL_P(gpu_peopsgl.bOpaquePass), + CE_INTVAL_P(gpu_peopsgl.bAdvancedBlend), + CE_INTVAL_P(gpu_peopsgl.bUseFastMdec), + CE_INTVAL_P(gpu_peopsgl.iVRamSize), + CE_INTVAL_P(gpu_peopsgl.iTexGarbageCollection), + CE_INTVAL_P(gpu_peopsgl.dwActFixes), CE_INTVAL_V(iUseReverb, 3), CE_INTVAL_V(iXAPitch, 3), CE_INTVAL_V(iUseInterpolation, 3), -- cgit v1.2.3