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