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