aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw/y2r.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hw/y2r.h')
-rw-r--r--src/core/hw/y2r.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/hw/y2r.h b/src/core/hw/y2r.h
new file mode 100644
index 00000000..729e1eee
--- /dev/null
+++ b/src/core/hw/y2r.h
@@ -0,0 +1,15 @@
+// Copyright 2015 Citra Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+namespace Y2R_U {
+ struct ConversionConfiguration;
+}
+
+namespace HW {
+namespace Y2R {
+
+void PerformConversion(Y2R_U::ConversionConfiguration& cvt);
+
+}
+}