mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-09-15 00:45:33 +00:00
12 lines
177 B
C++
12 lines
177 B
C++
// Copyright 2014 Citra Emulator Project
|
|
// Licensed under GPLv2
|
|
// Refer to the license.txt file included.
|
|
|
|
#include "settings.h"
|
|
|
|
namespace Settings {
|
|
|
|
Values values = {};
|
|
|
|
}
|