citra/src/citra_qt/ui_settings.cpp

18 lines
379 B
C++
Raw Normal View History

2016-01-24 18:34:05 +01:00
// 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 {
const Themes themes{{
{"Default", "default"},
{"Dark", "qdarkstyle"},
{"Colorful", "colorful"},
{"Colorful Dark", "colorful_dark"},
}};
2016-01-24 18:34:05 +01:00
Values values = {};
} // namespace UISettings