aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw/y2r.h
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2015-06-21 17:22:34 -0700
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2015-06-21 17:22:34 -0700
commitdc09a2ecb50e218699ebd1ff9ce9fe85060015aa (patch)
treea0cf79849c3920e17bac4bd0c0dc29ce3574ba6e /src/core/hw/y2r.h
parent772ef097ead8d6be77cf00d753e8380fcac96710 (diff)
parent3e6663da433d98a0bf4db1256ea3ccdefd404a0c (diff)
Merge pull request #860 from yuriks/y2r-color
Color support for Y2R
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);
+
+}
+}