summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ir/ir_rst.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-02-27 20:25:50 +0100
committerGitHub <noreply@github.com>2017-02-27 20:25:50 +0100
commit5e334af369f2255707131b8dd0094f9c3d27d851 (patch)
tree345e0a0704e98a55be2cbe956f4d78dacbda1b25 /src/core/hle/service/ir/ir_rst.h
parentFix log entry in timer::signal (#2600) (diff)
parentIR: separate functions of each port to their own files (diff)
downloadyuzu-5e334af369f2255707131b8dd0094f9c3d27d851.tar
yuzu-5e334af369f2255707131b8dd0094f9c3d27d851.tar.gz
yuzu-5e334af369f2255707131b8dd0094f9c3d27d851.tar.bz2
yuzu-5e334af369f2255707131b8dd0094f9c3d27d851.tar.lz
yuzu-5e334af369f2255707131b8dd0094f9c3d27d851.tar.xz
yuzu-5e334af369f2255707131b8dd0094f9c3d27d851.tar.zst
yuzu-5e334af369f2255707131b8dd0094f9c3d27d851.zip
Diffstat (limited to 'src/core/hle/service/ir/ir_rst.h')
-rw-r--r--src/core/hle/service/ir/ir_rst.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/ir/ir_rst.h b/src/core/hle/service/ir/ir_rst.h
index a492e15c9..75b732627 100644
--- a/src/core/hle/service/ir/ir_rst.h
+++ b/src/core/hle/service/ir/ir_rst.h
@@ -18,5 +18,8 @@ public:
}
};
+void InitRST();
+void ShutdownRST();
+
} // namespace IR
} // namespace Service