Remove gpu debugger and get yuzu qt to compile

This commit is contained in:
James Rowe 2018-01-11 20:33:56 -07:00
parent a5b9cd4d18
commit bd5740a721
48 changed files with 47 additions and 3245 deletions

View file

@ -12,11 +12,6 @@
#include "core/settings.h"
#include "core/telemetry_session.h"
#ifdef ENABLE_WEB_SERVICE
#include "web_service/telemetry_json.h"
#include "web_service/verify_login.h"
#endif
namespace Core {
static const char* CpuVendorToStr(Common::CPUVendor vendor) {