mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +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
|
@ -39,6 +39,7 @@ static QString LowestSupportedOsVersion()
|
|||
int main(int argc, char* argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
app.setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
// TODO: Add command line options
|
||||
|
||||
UICommon::CreateDirectories();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue