blob: 6b6e71bec6814d2db09b45930acbca2d276af725 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// 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);
}
}
|