mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-06 02:17:04 +00:00
Fix wrong use of enum.
This commit is contained in:
parent
f278bc7f55
commit
bce5e78f34
2
gfx/gl.c
2
gfx/gl.c
@ -1369,7 +1369,7 @@ static void gl_init_pbo_readback(gl_t *gl)
|
||||
scaler->out_stride = gl->vp.width * 3;
|
||||
scaler->in_fmt = SCALER_FMT_ARGB8888;
|
||||
scaler->out_fmt = SCALER_FMT_BGR24;
|
||||
scaler->scaler_type = SCALER_FMT_BGR24;
|
||||
scaler->scaler_type = SCALER_TYPE_POINT;
|
||||
|
||||
if (!scaler_ctx_gen_filter(scaler))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user