mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-05 06:47:53 +00:00
e6594f9f53
Uses QSettings on citra-qt, and inih on citra-cli.
11 lines
177 B
C++
11 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 = {};
|
|
|
|
}
|