1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 14:06:31 -05:00

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 1d28b2e142
commit 389979018c
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) {