OpenGLHostDisplay: Fix interlaced software renderer output

This commit is contained in:
Connor McLaughlin
2021-02-05 02:16:45 +10:00
parent 7b4650700f
commit d455b61d5e
2 changed files with 26 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ protected:
std::vector<PostProcessingStage> m_post_processing_stages;
bool m_use_gles2_draw_path = false;
std::vector<u8> m_gles2_pixels_repack_buffer;
};
} // namespace FrontendCommon