mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
add dpi scaling for windows
fix welcome screen for all platforms (looks slightly different)
This commit is contained in:
parent
01ea3def54
commit
bda945218d
2 changed files with 12 additions and 8 deletions
|
|
@ -8,6 +8,10 @@
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
SetProcessDPIAware();
|
||||
#endif
|
||||
|
||||
rpcs3_app app(argc, argv);
|
||||
app.Init();
|
||||
return app.exec();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue