mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-02-27 00:10:21 +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 = {};
|
||
|
|
||
|
}
|