summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/glue.h
blob: 2a906f5ad62081623b03755ee1c670a2c7e2b55e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

namespace Core {
class System;
} // namespace Core

namespace Service::Glue {

void LoopProcess(Core::System& system);

} // namespace Service::Glue