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

#pragma once

namespace Core {
class System;
}

namespace Service::Nvnflinger {
class Nvnflinger;
}

namespace Service::AM {

void LoopProcess(Nvnflinger::Nvnflinger& nvnflinger, Core::System& system);

} // namespace Service::AM