2022-04-23 04:59:50 -04:00
|
|
|
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2018-07-26 02:17:15 -04:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2019-09-21 19:11:52 +10:00
|
|
|
namespace Core {
|
|
|
|
class System;
|
|
|
|
}
|
|
|
|
|
2018-07-26 02:17:15 -04:00
|
|
|
namespace Service::NIM {
|
|
|
|
|
2023-02-18 16:26:48 -05:00
|
|
|
void LoopProcess(Core::System& system);
|
2018-07-26 02:17:15 -04:00
|
|
|
|
|
|
|
} // namespace Service::NIM
|