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.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/core/hle/service/ir_rst.h (limited to 'src/core/hle/service/ir_rst.h') diff --git a/src/core/hle/service/ir_rst.h b/src/core/hle/service/ir_rst.h deleted file mode 100644 index deef701c5..000000000 --- a/src/core/hle/service/ir_rst.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 IR_RST - -namespace IR_RST { - -class Interface : public Service::Interface { -public: - Interface(); - - std::string GetPortName() const override { - return "ir:rst"; - } -}; - -} // namespace -- cgit v1.2.3