mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Software Backend: Fix xfb output and add vertical scaling support
This commit is contained in:
parent
e6d85b0915
commit
6e686f6ea1
14 changed files with 179 additions and 117 deletions
|
@ -42,5 +42,5 @@ private:
|
|||
|
||||
bool m_init{false};
|
||||
|
||||
u32 m_image_program, m_image_vao;
|
||||
u32 m_image_program, m_image_texture, m_image_vao;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue