aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/ui_settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/ui_settings.cpp')
-rw-r--r--src/yuzu/ui_settings.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/yuzu/ui_settings.cpp b/src/yuzu/ui_settings.cpp
new file mode 100644
index 0000000000..120b349901
--- /dev/null
+++ b/src/yuzu/ui_settings.cpp
@@ -0,0 +1,10 @@
+// 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 {
+
+Values values = {};
+}