mirror of
https://github.com/PabloMK7/citra.git
synced 2025-03-16 08:41:31 +01:00
11 lines
217 B
C++
11 lines
217 B
C++
// Copyright 2020 Citra Emulator Project
|
|
// Licensed under GPLv2 or any later version
|
|
// Refer to the license.txt file included.
|
|
|
|
#include "network/network_settings.h"
|
|
|
|
namespace NetSettings {
|
|
|
|
Values values = {};
|
|
|
|
}
|