summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/frd_a.cpp
diff options
context:
space:
mode:
authorpurpasmart96 <kanzoconfigz@hotmail.com>2015-06-12 00:12:16 +0200
committerpurpasmart96 <kanzoconfigz@hotmail.com>2015-06-12 05:41:59 +0200
commit7933dbe6a0eee766a64b26f7d4461a40e473fcdc (patch)
tree91ae37d96b1e508f63055f285c64225811237b8a /src/core/hle/service/frd_a.cpp
parentMerge pull request #848 from lioncash/ldm (diff)
downloadyuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar.gz
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar.bz2
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar.lz
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar.xz
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.tar.zst
yuzu-7933dbe6a0eee766a64b26f7d4461a40e473fcdc.zip
Diffstat (limited to 'src/core/hle/service/frd_a.cpp')
-rw-r--r--src/core/hle/service/frd_a.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/core/hle/service/frd_a.cpp b/src/core/hle/service/frd_a.cpp
deleted file mode 100644
index 569979319..000000000
--- a/src/core/hle/service/frd_a.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2015 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/frd_a.h"
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-// Namespace FRD_A
-
-namespace FRD_A {
-
-// Empty arrays are illegal -- commented out until an entry is added.
-// const Interface::FunctionInfo FunctionTable[] = { };
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-// Interface class
-
-Interface::Interface() {
- //Register(FunctionTable);
-}
-
-} // namespace