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

@ -3,10 +3,11 @@
// Refer to the license.txt file included.
#include <QSettings>
#include "citra_qt/configuration/config.h"
#include "citra_qt/ui_settings.h"
#include "common/file_util.h"
#include "input_common/main.h"
#include "yuzu/configuration/config.h"
#include "yuzu/ui_settings.h"
Config::Config() {
// TODO: Don't hardcode the path; let the frontend decide where to put the config files.