// Copyright 2018 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #pragma once #include #include "Common/CommonTypes.h" class QPixmap; namespace UICommon { struct GameBanner; } QPixmap ToQPixmap(const UICommon::GameBanner& banner); QPixmap ToQPixmap(const std::vector& buffer, int width, int height);