aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/nim_aoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/nim_aoc.h')
-rw-r--r--src/core/hle/service/nim_aoc.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/core/hle/service/nim_aoc.h b/src/core/hle/service/nim_aoc.h
deleted file mode 100644
index aeb71eed..00000000
--- a/src/core/hle/service/nim_aoc.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2014 Citra Emulator Project
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-#pragma once
-
-#include "core/hle/service/service.h"
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-// Namespace NIM_AOC
-
-namespace NIM_AOC {
-
-class Interface : public Service::Interface {
-public:
- Interface();
-
- std::string GetPortName() const override {
- return "nim:aoc";
- }
-};
-
-} // namespace