forked from ShuriZma/suyu
1
0
Fork 0
Zuma/src/yuzu/uisettings.cpp

18 lines
387 B
C++

// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "yuzu/uisettings.h"
namespace UISettings {
const Themes themes{{
{"Light", "default"},
{"Light Colorful", "colorful"},
{"Dark", "qdarkstyle"},
{"Dark Colorful", "colorful_dark"},
}};
Values values = {};
} // namespace UISettings