From 3e6663da433d98a0bf4db1256ea3ccdefd404a0c Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sun, 7 Jun 2015 22:24:03 -0300 Subject: Y2R: Rework conversion process, enabling support for all formats --- src/core/hw/y2r.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/core/hw/y2r.h (limited to 'src/core/hw/y2r.h') 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); + +} +} -- cgit v1.2.3