Disable deflicker filter

This commit is contained in:
xtreme8000 2023-09-24 00:09:27 +02:00
parent 7c1b7a6ab7
commit 0ab2fe2a0f

View file

@ -21,7 +21,6 @@
#include <gccore.h>
#include <malloc.h>
#include <math.h>
#include <ogc/tpl.h>
#include <string.h>
#include "../../graphics/texture_atlas.h"
@ -146,8 +145,7 @@ void gfx_setup() {
GX_SetScissor(0, 0, screenMode->fbWidth, screenMode->efbHeight);
GX_SetDispCopySrc(0, 0, screenMode->fbWidth, screenMode->efbHeight);
GX_SetDispCopyDst(screenMode->fbWidth, screenMode->xfbHeight);
GX_SetCopyFilter(screenMode->aa, screenMode->sample_pattern, GX_TRUE,
screenMode->vfilter);
GX_SetCopyFilter(GX_FALSE, NULL, GX_FALSE, NULL);
GX_SetFieldMode(screenMode->field_rendering,
((screenMode->viHeight == 2 * screenMode->xfbHeight) ?
GX_ENABLE :