mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-12 01:42:46 +00:00
e6594f9f53
Uses QSettings on citra-qt, and inih on citra-cli.
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 = {};
|
|
|
|
}
|