aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw/y2r.h
blob: 729e1eee36c7e3f12d081345852b87a3469cf3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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);

}
}