Fix dpi awareness error; Enable program debug information on msvc

This commit is contained in:
kd-11 2017-06-08 01:05:19 +03:00
parent 12da498001
commit fab6951789
2 changed files with 10 additions and 7 deletions

View file

@ -5,6 +5,9 @@
#include <QDebug>
#include <QDesktopWidget>
#include "rpcs3_app.h"
#ifdef _WIN32
#include <windows.h>
#endif
int main(int argc, char** argv)
{