2015-06-08 06:54:03 +05:30
|
|
|
// Copyright 2015 Citra Emulator Project
|
|
|
|
// Licensed under GPLv2 or any later version
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
2016-12-10 18:21:50 +05:30
|
|
|
#pragma once
|
|
|
|
|
|
|
|
namespace Service {
|
|
|
|
namespace Y2R {
|
2016-09-18 06:08:01 +05:30
|
|
|
struct ConversionConfiguration;
|
2015-06-08 06:54:03 +05:30
|
|
|
}
|
2016-12-10 18:21:50 +05:30
|
|
|
}
|
2015-06-08 06:54:03 +05:30
|
|
|
|
|
|
|
namespace HW {
|
|
|
|
namespace Y2R {
|
2016-12-10 18:21:50 +05:30
|
|
|
void PerformConversion(Service::Y2R::ConversionConfiguration& cvt);
|
2015-06-08 06:54:03 +05:30
|
|
|
}
|
|
|
|
}
|