Frontend: Add display linear filtering option

This commit is contained in:
Connor McLaughlin
2019-10-27 00:02:01 +10:00
parent f9e964e34d
commit 0d71ebccc8
3 changed files with 20 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ private:
u32 m_display_texture_height = 0;
float m_display_aspect_ratio = 1.0f;
bool m_display_texture_changed = false;
GLuint m_display_nearest_sampler = false;
GLuint m_display_linear_sampler = false;
std::deque<OSDMessage> m_osd_messages;
std::mutex m_osd_messages_lock;