From a03dd839f0e56abd30072322126ad62b48f62f53 Mon Sep 17 00:00:00 2001 From: Triang3l Date: Mon, 26 Nov 2018 07:33:13 +0300 Subject: [PATCH] [D3D12] Change error message link to HTTPS --- src/xenia/ui/d3d12/d3d12_provider.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenia/ui/d3d12/d3d12_provider.cc b/src/xenia/ui/d3d12/d3d12_provider.cc index df516ba30..b9f6b60a0 100644 --- a/src/xenia/ui/d3d12/d3d12_provider.cc +++ b/src/xenia/ui/d3d12/d3d12_provider.cc @@ -34,7 +34,7 @@ std::unique_ptr D3D12Provider::Create(Window* main_window) { "Ensure that you have the latest drivers for your GPU and it " "supports Direct3D 12 feature level 11_0.\n" "\n" - "See http://xenia.jp/faq/ for more information and a list of " + "See https://xenia.jp/faq/ for more information and a list of " "supported GPUs."); } return nullptr;