summaryrefslogtreecommitdiffstats
path: root/src/core/hw/y2r.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-06-08 03:24:03 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-06-22 01:58:55 +0200
commit3e6663da433d98a0bf4db1256ea3ccdefd404a0c (patch)
tree88dc92d21b40edc99edf6c818a9c304b7f75cb1b /src/core/hw/y2r.h
parentY2R: Re-organize how params are stored. Support SetConversionParams (diff)
downloadyuzu-3e6663da433d98a0bf4db1256ea3ccdefd404a0c.tar
yuzu-3e6663da433d98a0bf4db1256ea3ccdefd404a0c.tar.gz
yuzu-3e6663da433d98a0bf4db1256ea3ccdefd404a0c.tar.bz2
yuzu-3e6663da433d98a0bf4db1256ea3ccdefd404a0c.tar.lz
yuzu-3e6663da433d98a0bf4db1256ea3ccdefd404a0c.tar.xz
yuzu-3e6663da433d98a0bf4db1256ea3ccdefd404a0c.tar.zst
yuzu-3e6663da433d98a0bf4db1256ea3ccdefd404a0c.zip
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 000000000..729e1eee3
--- /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);
+
+}
+}