summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nifm/nifm_u.h
diff options
context:
space:
mode:
authorSebastian Valle <subv2112@gmail.com>2018-07-26 06:43:03 +0200
committerGitHub <noreply@github.com>2018-07-26 06:43:03 +0200
commit0e05f98be24e3a3fe1d6c6efd449b2d02b41bf16 (patch)
treed7a8cefb08901e4c023223c1b639e56173d575d4 /src/core/hle/service/nifm/nifm_u.h
parentMerge pull request #824 from lioncash/nvdrv (diff)
parentservice/nifm: Deduplicate interface code (diff)
downloadyuzu-0e05f98be24e3a3fe1d6c6efd449b2d02b41bf16.tar
yuzu-0e05f98be24e3a3fe1d6c6efd449b2d02b41bf16.tar.gz
yuzu-0e05f98be24e3a3fe1d6c6efd449b2d02b41bf16.tar.bz2
yuzu-0e05f98be24e3a3fe1d6c6efd449b2d02b41bf16.tar.lz
yuzu-0e05f98be24e3a3fe1d6c6efd449b2d02b41bf16.tar.xz
yuzu-0e05f98be24e3a3fe1d6c6efd449b2d02b41bf16.tar.zst
yuzu-0e05f98be24e3a3fe1d6c6efd449b2d02b41bf16.zip
Diffstat (limited to 'src/core/hle/service/nifm/nifm_u.h')
-rw-r--r--src/core/hle/service/nifm/nifm_u.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/core/hle/service/nifm/nifm_u.h b/src/core/hle/service/nifm/nifm_u.h
deleted file mode 100644
index def9726b1..000000000
--- a/src/core/hle/service/nifm/nifm_u.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2018 yuzu emulator team
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-#pragma once
-
-#include "core/hle/service/nifm/nifm.h"
-
-namespace Service::NIFM {
-
-class NIFM_U final : public Module::Interface {
-public:
- explicit NIFM_U(std::shared_ptr<Module> module);
-};
-
-} // namespace Service::NIFM