mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 12:35:47 +00:00
ngc: implement service
This commit is contained in:
parent
2a0025937d
commit
08191b07e3
7 changed files with 158 additions and 70 deletions
14
src/core/hle/service/ngc/ngc.h
Normal file
14
src/core/hle/service/ngc/ngc.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
||||
namespace Service::NGC {
|
||||
|
||||
void LoopProcess(Core::System& system);
|
||||
|
||||
} // namespace Service::NGC
|
Loading…
Add table
Add a link
Reference in a new issue