mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-05 16:29:59 +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 = {};
|
||
|
|
||
|
}
|