aboutsummaryrefslogtreecommitdiff
path: root/src/network/network_settings.cpp
blob: 62aefcc045409b7448cfc077b6d0036b61af939e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// 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 = {};

}