mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
WX: HiDPI: MemcardManager
Required a partial rewrite of the image loading code because it was working in unscaled wxBitmaps. Needed to make it produce wxImages and scale them instead.
This commit is contained in:
parent
3b11581aff
commit
b6fb56e978
2 changed files with 110 additions and 95 deletions
|
@ -131,5 +131,6 @@ private:
|
|||
void OnRightClick(wxMouseEvent& event);
|
||||
};
|
||||
|
||||
wxSize m_image_list_size;
|
||||
CMemcardListCtrl* m_MemcardList[2];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue