summaryrefslogtreecommitdiffstats
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.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/core/hw/y2r.h b/src/core/hw/y2r.h
deleted file mode 100644
index 25fcd781c..000000000
--- a/src/core/hw/y2r.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2015 Citra Emulator Project
-// Licensed under GPLv2 or any later version
-// Refer to the license.txt file included.
-
-#pragma once
-
-namespace Service {
-namespace Y2R {
-struct ConversionConfiguration;
-}
-}
-
-namespace HW {
-namespace Y2R {
-void PerformConversion(Service::Y2R::ConversionConfiguration& cvt);
-}
-}