mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-11 17:39:57 +01: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 = {};
|
|
|
|
}
|