citra/src/core/hw/y2r.h

14 lines
341 B
C++
Raw Normal View History

// Copyright 2015 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
2019-02-19 02:34:18 +01:00
namespace Service::Y2R {
struct ConversionConfiguration;
2019-02-19 02:34:18 +01:00
} // namespace Service::Y2R
2019-02-19 02:34:18 +01:00
namespace HW::Y2R {
void PerformConversion(Service::Y2R::ConversionConfiguration& cvt);
2019-02-19 02:34:18 +01:00
} // namespace HW::Y2R