mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
let scalers output in ABGR8888
This commit is contained in:
parent
82fb34a3ce
commit
dd53be15ae
@ -239,6 +239,10 @@ bool scaler_ctx_gen_filter(struct scaler_ctx *ctx)
|
|||||||
ctx->out_pixconv = conv_argb8888_bgr24;
|
ctx->out_pixconv = conv_argb8888_bgr24;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case SCALER_FMT_ABGR8888:
|
||||||
|
ctx->out_pixconv = conv_argb8888_abgr8888;
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user