D3D11: Show a warning message about unsupported features when switching to D3D11 backend on Windows 7

This commit is contained in:
Silent
2019-07-21 17:29:08 +02:00
parent ff00873610
commit 43bfb183c2
2 changed files with 26 additions and 0 deletions

View File

@ -17,6 +17,7 @@ public:
std::string GetName() const override;
std::string GetDisplayName() const override;
std::optional<std::string> GetWarningMessage() const override;
void InitBackendInfo() override;