mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06: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:
@ -131,5 +131,6 @@ private:
|
||||
void OnRightClick(wxMouseEvent& event);
|
||||
};
|
||||
|
||||
wxSize m_image_list_size;
|
||||
CMemcardListCtrl* m_MemcardList[2];
|
||||
};
|
||||
|
Reference in New Issue
Block a user