2023-12-30 20:51:23 -05:00
|
|
|
// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project
|
2022-04-23 04:59:50 -04:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2017-10-14 22:50:04 -04:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2023-12-30 20:51:23 -05:00
|
|
|
namespace Core {
|
|
|
|
class System;
|
|
|
|
}
|
2019-07-11 00:53:55 -04:00
|
|
|
|
2023-02-19 15:05:34 -05:00
|
|
|
namespace Service::Nvnflinger {
|
|
|
|
class Nvnflinger;
|
2018-01-22 13:46:36 -05:00
|
|
|
}
|
|
|
|
|
2019-07-11 00:53:55 -04:00
|
|
|
namespace Service::AM {
|
2017-10-14 22:50:04 -04:00
|
|
|
|
2023-02-19 15:05:34 -05:00
|
|
|
void LoopProcess(Nvnflinger::Nvnflinger& nvnflinger, Core::System& system);
|
2017-10-14 22:50:04 -04:00
|
|
|
|
2019-07-11 00:53:55 -04:00
|
|
|
} // namespace Service::AM
|