]> git.sesse.net Git - nageru/blobdiff - nageru/flags.h
Always require GL_EXT_texture_sRGB_decode.
[nageru] / nageru / flags.h
index a401dbf53a3e875572d48a9dbf1862935f60bc2f..caad05a5088e4402081cbc14d2cad3414a5412c8 100644 (file)
@@ -66,7 +66,6 @@ struct Flags {
        bool enable_audio = true;  // Kaeru only. If false, then transcode_audio is also false.
        int x264_bit_depth = 8;  // Not user-settable.
        bool use_zerocopy = false;  // Not user-settable.
-       bool can_disable_srgb_decoder = false;  // Not user-settable.
        bool fullscreen = false;
        std::map<unsigned, unsigned> card_to_mjpeg_stream_export;  // If a card is not in the map, it is not exported.
 };