citra/src/citra_qt/uisettings.cpp

18 lines
378 B
C++
Raw Normal View History

2016-01-24 23:04:05 +05:30
// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
2019-08-15 10:08:54 +05:30
#include "uisettings.h"
2016-01-24 23:04:05 +05:30
namespace UISettings {
const Themes themes{{
{"Default", "default"},
{"Dark", "qdarkstyle"},
{"Colorful", "colorful"},
{"Colorful Dark", "colorful_dark"},
}};
2016-01-24 23:04:05 +05:30
Values values = {};
} // namespace UISettings