From d6c9af600fba67de7efaa1128b000a06c3b6f230 Mon Sep 17 00:00:00 2001 From: purpasmart96 Date: Fri, 27 Mar 2015 16:51:54 -0700 Subject: IR: Move The IR services to their own folder and implement "GetHandles" --- src/core/hle/service/ir_rst.cpp | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/core/hle/service/ir_rst.cpp (limited to 'src/core/hle/service/ir_rst.cpp') diff --git a/src/core/hle/service/ir_rst.cpp b/src/core/hle/service/ir_rst.cpp deleted file mode 100644 index 4c26c2f03..000000000 --- a/src/core/hle/service/ir_rst.cpp +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright 2014 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#include "core/hle/hle.h" -#include "core/hle/service/ir_rst.h" - -//////////////////////////////////////////////////////////////////////////////////////////////////// -// Namespace IR_RST - -namespace IR_RST { - -const Interface::FunctionInfo FunctionTable[] = { - {0x00010000, nullptr, "GetHandles"}, - {0x00020080, nullptr, "Initialize"}, - {0x00030000, nullptr, "Shutdown"}, - {0x00090000, nullptr, "WriteToTwoFields"}, -}; - -//////////////////////////////////////////////////////////////////////////////////////////////////// -// Interface class - -Interface::Interface() { - Register(FunctionTable); -} - -} // namespace -- cgit v1.2.3