yuzu-fork/src/citra_qt/ui_settings.cpp
2016-03-21 20:03:18 +01:00

12 lines
203 B
C++

// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "ui_settings.h"
namespace UISettings {
Values values = {};
}