summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/device_settings.cpp
blob: e423ce38aef11b6a36797c9f192643b46cd97556 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#include "core/hle/service/set/device_settings.h"

namespace Service::Set {

DeviceSettings DefaultDeviceSettings() {
    return {};
}

} // namespace Service::Set