// Copyright 2017 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #pragma once #include #include namespace X11Utils { class XRRConfiguration; } namespace VideoUtils { #if !defined(__APPLE__) std::vector GetAvailableResolutions(X11Utils::XRRConfiguration* xrr_config); #endif std::vector GetAvailableAntialiasingModes(int& m_msaa_modes); }