X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_pandora.c;fp=frontend%2Fplat_pandora.c;h=d44513c4ff78b9f4f1edbb91078d6df721c66d48;hp=cdd94c67ceaa50d91c46dfabaade281e9b69b198;hb=5b9aa74918361ff5d306c39cb695a77d7ea40b8f;hpb=349f7d81b5f776ab69533fcb4e9c4904235b90fd diff --git a/frontend/plat_pandora.c b/frontend/plat_pandora.c index cdd94c67..d44513c4 100644 --- a/frontend/plat_pandora.c +++ b/frontend/plat_pandora.c @@ -70,7 +70,7 @@ void plat_finish(void) void plat_gvideo_open(int is_pal) { plat_target_lcdrate_set(is_pal); - plat_target_hwfilter_set(filter); + plat_target_hwfilter_set(plat_target.hwfilter); plat_target_gamma_set(g_gamma, 0); plat_omap_gvideo_open();