aboutsummaryrefslogblamecommitdiff
path: root/src/core/settings.cpp
blob: c486f62740263640cbfb33e1ee51714addb8ee71 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11









                                          
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.

#include "settings.h"

namespace Settings {

Values values = {};

}