mirror of
https://github.com/libretro/snes9x.git
synced 2024-11-27 10:30:31 +00:00
Save mipmap_input parameter to custom config.
This commit is contained in:
parent
0deed414b9
commit
0d137c1224
@ -1185,6 +1185,7 @@ void GLSLShader::save(const char *filename)
|
||||
outs("float_framebuffer", p->fp ? "true" : "false");
|
||||
outs("srgb_framebuffer", p->srgb ? "true" : "false");
|
||||
outs("scale_type_x", scale_enum_to_string(p->scale_type_x));
|
||||
outs("mipmap_input", p->mipmap_input ? "true" : "false");
|
||||
if (p->scale_type_x == GLSL_ABSOLUTE)
|
||||
outd("scale_x", (int)p->scale_x);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user