mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Fix image loading on Retina and other HiDPI displays.
This commit is contained in:
parent
32c6848c79
commit
5b4b74de6a
3 changed files with 35 additions and 15 deletions
|
@ -50,4 +50,6 @@ private:
|
|||
static QVector<QPixmap> m_regions;
|
||||
static QVector<QPixmap> m_ratings;
|
||||
static QVector<QPixmap> m_pixmaps;
|
||||
|
||||
static QString GetImageFilename(QString name, QString dir);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue