summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ngct/ngct.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-09-14 04:06:33 +0200
committerLiam <byteslice@airmail.cc>2023-09-14 15:14:08 +0200
commit9d7eebde7b06f3a921707dfb7ebdee22ab9d257e (patch)
tree2cbb987de3e7e6640f0ff4b5ecdf4096eb8961a5 /src/core/hle/service/ngct/ngct.h
parentMerge pull request #11385 from liamwhite/acceptcancel (diff)
downloadyuzu-9d7eebde7b06f3a921707dfb7ebdee22ab9d257e.tar
yuzu-9d7eebde7b06f3a921707dfb7ebdee22ab9d257e.tar.gz
yuzu-9d7eebde7b06f3a921707dfb7ebdee22ab9d257e.tar.bz2
yuzu-9d7eebde7b06f3a921707dfb7ebdee22ab9d257e.tar.lz
yuzu-9d7eebde7b06f3a921707dfb7ebdee22ab9d257e.tar.xz
yuzu-9d7eebde7b06f3a921707dfb7ebdee22ab9d257e.tar.zst
yuzu-9d7eebde7b06f3a921707dfb7ebdee22ab9d257e.zip
Diffstat (limited to 'src/core/hle/service/ngct/ngct.h')
-rw-r--r--src/core/hle/service/ngct/ngct.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/core/hle/service/ngct/ngct.h b/src/core/hle/service/ngct/ngct.h
deleted file mode 100644
index 27c34dad4..000000000
--- a/src/core/hle/service/ngct/ngct.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-namespace Core {
-class System;
-}
-
-namespace Service::NGCT {
-
-void LoopProcess(Core::System& system);
-
-} // namespace Service::NGCT