mirror of
https://github.com/citra-emu/citra.git
synced 2025-03-25 17:27:24 +00:00
12 lines
217 B
C++
12 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 = {};
|
|
|
|
}
|