diff options
| author | bunnei <bunneidev@gmail.com> | 2017-10-10 17:32:14 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2017-10-10 17:32:14 -0400 |
| commit | 0906de9a14b735d1d409290ca050eb7d2c2d3d84 (patch) | |
| tree | 79bb57d3a4dc4ca377e7a62744c3941de29e785b /src/core/hw/y2r.h | |
| parent | b1d5db1cf60344b6b081c9d03cb6ccc3264326cd (diff) | |
hle: Remove a large amount of 3ds-specific service code.
Diffstat (limited to 'src/core/hw/y2r.h')
| -rw-r--r-- | src/core/hw/y2r.h | 17 |
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); -} -} |
