mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-07 03:28:00 -05:00
ngc: implement service
This commit is contained in:
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
|
Reference in New Issue
Block a user