yuzu-emu
/
yuzu-android
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-android/src/yuzu/uisettings.cpp

16 lines
313 B
C++
Raw Normal View History

2016-01-24 17:34:05 +00:00
// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "yuzu/uisettings.h"
2016-01-24 17:34:05 +00:00
namespace UISettings {
const Themes themes{{
{"Default", "default"},
{"Dark", "qdarkstyle"},
}};
2016-01-24 17:34:05 +00:00
Values values = {};
} // namespace UISettings