summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ngc/ngc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ngc/ngc.h')
-rw-r--r--src/core/hle/service/ngc/ngc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/hle/service/ngc/ngc.h b/src/core/hle/service/ngc/ngc.h
new file mode 100644
index 000000000..823b1aa81
--- /dev/null
+++ b/src/core/hle/service/ngc/ngc.h
@@ -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