mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
D3D11: Show a warning message about unsupported features when switching to D3D11 backend on Windows 7
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user