mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Fix dpi awareness error; Enable program debug information on msvc
This commit is contained in:
parent
12da498001
commit
fab6951789
2 changed files with 10 additions and 7 deletions
|
@ -5,6 +5,9 @@
|
|||
#include <QDebug>
|
||||
#include <QDesktopWidget>
|
||||
#include "rpcs3_app.h"
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue